class Byebug::QuitCommand

def regexp

def regexp
  /^\s* q(?:uit)? \s* (?:(!|\s+unconditionally))? \s*$/x
end