class Mustache

def self.path=(path)

Alias for `template_path`
def self.path=(path)
  self.template_path = path
end