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