class Byebug::InfoCommand

def description

def description
  prettify <<-EOD
    info[ subcommand]
    Generic command for showing things about the program being debugged.
  EOD
end