# File lib/mustache/context.rb, line 53
    def push(new)
      @stack.unshift(new)
      self
    end