class Byebug::DeleteCommand

def description

def description
  prettify <<-EOD
    del[ete][ nnn...]
    Without and argument, deletes all breakpoints. With integer
    arguments, it deletes specific breakpoints.
  EOD
end