method

match

match(n = 0)
private

No documentation available.

# File ext/ripper/lib/ripper/lexer.rb, line 171
      def match(n = 0)
        return [] unless @match
        @tokens[@match.begin(n)[email protected](n)].map {|pos,type,str| str }
      end