# File lib/mailfactory.rb, line 82 def set_header(header, value) remove_header(header) add_header(header, value) end