class Byebug::DeleteCommand

def description

def description
  %(del[ete][ nnn...]
    Without and argument, deletes all breakpoints. With integer
    arguments, it deletes specific breakpoints.)
end