# File lib/ruby_parser_extras.rb, line 1259
    def push val
      @stack.push val
      p :stack_push => [name, @stack, caller.first] if debug
      nil
    end