Class: IRB::ExtendCommand::IrbCommand
Instance Attribute Summary
Attributes inherited from Nop
Instance Method Summary collapse
Methods inherited from Nop
Constructor Details
This class inherits a constructor from IRB::ExtendCommand::Nop
Instance Method Details
#execute(*obj) ⇒ Object
20 21 22 |
# File 'lib/irb/cmd/subirb.rb', line 20 def execute(*obj) IRB.irb(nil, *obj) end |