method

match

match(str)
public

No documentation available.

# File ext/ripper/lib/ripper/lexer.rb, line 106
    def match(str)
      match_list(::Ripper.lex(str))
    end