# File lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb, line 214 def friendly_from( default = nil ) h = @header['from'] a, = h.addrs return default unless a return a.phrase if a.phrase return h.comments.join(' ') unless h.comments.empty? a.spec end