# File lib/mail/message.rb, line 378 def header(value = nil) value ? self.header = value : @header end