class Byebug::InfoCommand

def description

def description
  <<-EOD.gsub(/^ {8}/, '')
    info[ subcommand]
    Generic command for showing things about the program being debugged.
  EOD
end