Class: IRB::ExtendCommand::Kill
- Inherits:
-
MultiIRBCommand
- Object
- Nop
- MultiIRBCommand
- IRB::ExtendCommand::Kill
- Defined in:
- lib/irb/cmd/subirb.rb
Instance Attribute Summary
Attributes inherited from Nop
Instance Method Summary collapse
Methods inherited from MultiIRBCommand
Methods inherited from Nop
category, description, execute, #initialize, #irb
Constructor Details
This class inherits a constructor from IRB::ExtendCommand::MultiIRBCommand
Instance Method Details
#execute(*keys) ⇒ Object
59 60 61 |
# File 'lib/irb/cmd/subirb.rb', line 59 def execute(*keys) IRB.JobManager.kill(*keys) end |