method
match
v1_9_3_392 -
Show latest stable
- Class:
Ripper::TokenPattern
match(str)public
No documentation available.
# File ext/ripper/lib/ripper/lexer.rb, line 106
def match(str)
match_list(::Ripper.lex(str))
end match(str)No documentation available.
# File ext/ripper/lib/ripper/lexer.rb, line 106
def match(str)
match_list(::Ripper.lex(str))
end