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