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