class Byebug::RestartCommand

def regexp

def regexp
  / ^\s*
  (?:restart|R)
  (?:\s+ (\S?.*\S))? \s*
  $
  /ix
end