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