Class: IRB::ExtendCommand::Jobs
- Inherits:
-
MultiIRBCommand
- Object
- Nop
- MultiIRBCommand
- IRB::ExtendCommand::Jobs
- Defined in:
- lib/irb/cmd/subirb.rb
Instance Attribute Summary
Attributes inherited from Nop
Instance Method Summary collapse
Methods inherited from Nop
category, description, execute, #initialize
Constructor Details
This class inherits a constructor from IRB::ExtendCommand::Nop
Instance Method Details
#execute ⇒ Object
58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/irb/cmd/subirb.rb', line 58 def execute print_deprecated_warning if irb_context.with_debugger print_debugger_warning return end super IRB.JobManager end |