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