class Byebug::InterruptCommand

def description

def description
  prettify <<-EOD
    i[nterrupt]  Interrupts the program.
  EOD
end