PHP 8.2.31
Preview: nop.rb Size: 522 B
//proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.0/irb/cmd/nop.rb

#
#   nop.rb -
#   	$Release Version: 0.9.6$
#   	$Revision: 47266 $
#   	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
507 B lrw-r--r-- 2014-08-09 01:36:49
Edit Download
612 B lrw-r--r-- 2014-08-24 07:16:25
Edit Download
664 B lrw-r--r-- 2012-12-13 05:22:30
Edit Download
1.17 KB lrw-r--r-- 2014-08-09 02:02:58
Edit Download
522 B lrw-r--r-- 2014-08-24 07:16:25
Edit Download
646 B lrw-r--r-- 2014-08-09 01:36:49
Edit Download
624 B lrw-r--r-- 2014-08-09 01:36:49
Edit Download

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