# File lib/merb-mailer/mail_controller.rb, line 108 def _absolute_template_location(template, type) template.match(/\.#{type.to_s.escape_regexp}$/) ? template : "#{template}.#{type}" end