# File lib/mustache/settings.rb, line 115
  def self.template_file=(template_file)
    @template_file = template_file
    @template = nil
  end