class Byebug::KillCommand

def regexp

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