class Byebug::KillCommand

def regexp

def regexp
  / ^\s*
     (?:kill) \s*
     (?:\s+(\S+))?\s*
     $
  /ix
end