# File lib/mustache/settings.rb, line 28
  def template_path=(path)
    @template_path = File.expand_path(path)
    @template = nil
  end