method
_push_token
v2_5_5 -
Show latest stable
- Class:
Ripper::Lexer
_push_token(tok)private
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