method

new

new(tokens, match)
public

No documentation available.

# File ext/ripper/lib/ripper/lexer.rb, line 231
      def initialize(tokens, match)
        @tokens = tokens
        @match = match
      end