class Byebug::IrbCommand

def description

def description
  prettify <<-EOD
    irb  Starts an Interactive Ruby (IRB) session.
  EOD
end