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