class Mustache

def self.raise_on_context_miss?

be raised.
If set to true and there is a context miss, `Mustache::ContextMiss` will

behavior, but it may be useful to enable when debugging or developing.
or key in the current context? By default this is false to emulate ctemplate's
Should an exception be raised when we cannot find a corresponding method
def self.raise_on_context_miss?
  @raise_on_context_miss
end