# File lib/mail/fields/structured_field.rb, line 25 def initialize(*args) self.name = args.first self.value = args.last self end