method

on_heredoc_end

v2_4_6 - Show latest stable - Class: Ripper::Lexer
on_heredoc_end(tok)
private

No documentation available.

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