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