PHP 8.2.31
Preview: nop.rb Size: 553 B
/proc/thread-self/root/opt/alt/ruby25/lib64/ruby/2.5.0/irb/cmd/nop.rb

# frozen_string_literal: false
#
#   nop.rb -
#   	$Release Version: 0.9.6$
#   	$Revision: 53141 $
#   	by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
#
#
#
# :stopdoc:
module IRB
  module ExtendCommand
    class Nop


      def self.execute(conf, *opts)
        command = new(conf)
        command.execute(*opts)
      end

      def initialize(conf)
        @irb_context = conf
      end

      attr_reader :irb_context

      def irb
        @irb_context.irb
      end

      def execute(*opts)
        #nop
      end
    end
  end
end
# :startdoc:

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
542 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
645 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
697 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
1.20 KB lrw-r--r-- 2021-04-05 11:46:35
Edit Download
553 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
683 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download
663 B lrw-r--r-- 2021-04-05 11:46:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).