# File lib/templater/generator.rb, line 500 def template(name) templates.find { |t| t.name == name } end