_push_token(tok)
No documentation available.
# File ext/ripper/lib/ripper/lexer.rb, line 128 def _push_token(tok) @buf.push Elem.new([lineno(), column()], __callee__, tok, state()) end