# File lib/mail/fields/from_field.rb, line 37 def initialize(*args) super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, args.last)) self.parse self end