# File lib/action_mailer/vendor/tmail/mail.rb, line 205 def each_header @header.each do |key, val| [val].flatten.each {|v| yield key, v } end end