class Byebug::KillCommand

def description

def description
  %{kill[ SIGNAL]
    Send [signal] to Process.pid
    Equivalent of Process.kill(Process.pid)}
end