Class: IRB::Command::DebugCommand
    Do not use.  This class is for internal use only.
  
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | IRB::Command::Debug 
 | 
| Defined in: | lib/irb/command/debug.rb | 
Class Method Summary
Base - Inherited
Instance Attribute Summary
Base - Inherited
Instance Method Summary
Constructor Details
This class inherits a constructor from IRB::Command::Base
Class Method Details
.category
[ GitHub ]# File 'lib/irb/command/debug.rb', line 62
def category "Debugging" end
.description
[ GitHub ]# File 'lib/irb/command/debug.rb', line 66
def description command_name = self.name.split("::").last.downcase "Start the debugger of debug.gem and run its `#{command_name}` command." end