# File lib/mustache/context.rb, line 16
    def initialize(mustache)
      @stack = [mustache]
    end