method

pop

pop()
public

No documentation available.

# File lib/rdoc/template.rb, line 55
    def pop
      @stack.pop
    end