class Mustache::Context
def initialize(mustache)
-
mustache
(Mustache
) -- A Mustache instance.
def initialize(mustache) @stack = [mustache] @partial_template_cache = {} end
mustache
(Mustache
)
-- A Mustache instance.
def initialize(mustache) @stack = [mustache] @partial_template_cache = {} end