method
new
v1_9_3_392 -
Show latest stable
- Class:
Ripper::TokenPattern::MatchData
new(tokens, match)public
No documentation available.
# File ext/ripper/lib/ripper/lexer.rb, line 159
def initialize(tokens, match)
@tokens = tokens
@match = match
end