method
new
v2_5_5 -
Show 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