method
on_heredoc_beg

on_heredoc_beg(tok)
private
Hide source
# File ext/ripper/lib/ripper/lexer.rb, line 115 def on_heredoc_beg(tok) @stack.push @buf buf = [] @buf << buf @buf = buf @buf.push Elem.new([lineno(), column()], __callee__, tok, state()) end