method

execute

v1_9_2_180 - Show 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