Class: IRB::ExtendCommand::DebugCommand
- Defined in:
- lib/irb/cmd/debug.rb
Constant Summary
Constants inherited from Debug
IRB::ExtendCommand::Debug::BINDING_IRB_FRAME_REGEXPS, IRB::ExtendCommand::Debug::IRB_DIR
Instance Attribute Summary
Attributes inherited from Nop
Class Method Summary collapse
Methods inherited from Debug
Methods inherited from Nop
execute, #execute, #initialize, #irb
Constructor Details
This class inherits a constructor from IRB::ExtendCommand::Nop
Class Method Details
.category ⇒ Object
126 127 128 |
# File 'lib/irb/cmd/debug.rb', line 126 def self.category "Debugging" end |
.description ⇒ Object
130 131 132 133 |
# File 'lib/irb/cmd/debug.rb', line 130 def self.description command_name = self.name.split("::").last.downcase "Start the debugger of debug.gem and run its `#{command_name}` command." end |