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
125 126 127 |
# File 'lib/irb/cmd/debug.rb', line 125 def self.category "Debugging" end |
.description ⇒ Object
129 130 131 132 |
# File 'lib/irb/cmd/debug.rb', line 129 def self.description command_name = self.name.split("::").last.downcase "Start the debugger of debug.gem and run its `#{command_name}` command." end |