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