method

new

ruby latest stable - Class: Ripper::TokenPattern::MatchData
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