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