# File lib/mustache/context.rb, line 63
    def pop
      @stack.shift
      self
    end