# File lib/action_mailer/vendor/tmail/facade.rb, line 276 def subject( default = nil ) if h = @header['subject'] h.body else default end end