Class: IRB::ExtendCommand::Jobs

Inherits:
MultiIRBCommand show all
Defined in:
lib/irb/cmd/subirb.rb

Instance Attribute Summary

Attributes inherited from Nop

#irb_context

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

#executeObject



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