# File lib/action_mailer/helpers.rb, line 91 def helper_attr(*attrs) attrs.flatten.each { |attr| helper_method(attr, "#{attr}=") } end