method
execute
execute(conf, *opts)
public
Hide source
# File lib/irb/cmd/nop.rb, line 18 def self.execute(conf, *opts) command = new(conf) command.execute(*opts) end


