# File lib/pickle/parser/matchers.rb, line 16
      def match_quoted
        '(?:[^\\"]|\\.)*'
      end