class IRB::ExtendCommand::DebugCommand
def self.category
def self.category "Debugging" end
def self.description
def self.description command_name = self.name.split("::").last.downcase "Start the debugger of debug.gem and run its `#{command_name}` command." end