Object
# File irb/cmd/nop.rb, line 18 def self.execute(conf, *opts) command = new(conf) command.execute(*opts) end
# File irb/cmd/nop.rb, line 23 def initialize(conf) @irb_context = conf end
# File irb/cmd/nop.rb, line 33 def execute(*opts) #nop end
# File irb/cmd/nop.rb, line 29 def irb @irb_context.irb end
This page was generated for Ruby 1.8.6
Generated with Ruby-doc Rdoc Generator 0.44.0.