method

match

match(n = 0)
private

No documentation available.

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