method

push

push(hash)
public

No documentation available.

# File lib/rdoc/template.rb, line 51
    def push(hash)
      @stack.push(hash)
    end