Flowdock
method

on_heredoc_beg

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Lexer
on_heredoc_beg(tok) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

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
Register or log in to add new notes.