method
execute
ruby latest stable - Class:
IRB::ExtendCommand::Nop
execute(conf, *opts)public
No documentation available.
# File lib/irb/cmd/nop.rb, line 17
def self.execute(conf, *opts)
command = new(conf)
command.execute(*opts)
end