class Byebug::Command
def help(args)
def help(args) output = description.gsub(/^ +/, '') + "\n" if defined? self::Subcommands return output += format_subcmds unless args and args[1] output += format_subcmd(args[1]) end return output end
def help(args) output = description.gsub(/^ +/, '') + "\n" if defined? self::Subcommands return output += format_subcmds unless args and args[1] output += format_subcmd(args[1]) end return output end