# File lib/ripper/lexer.rb, line 165
      def string(n = 0)
        return nil unless @match
        match(n).join
      end