# File cli/ruby-debug/commands/quit.rb, line 7
    def regexp
      / ^\s*
         (?:q(?:uit)?|exit) \s*
         (\s+unconditionally)? \s*
         $
      /ix
    end