# File lib/mail/fields/content_type_field.rb, line 77
    def ContentTypeField.with_boundary(type)
      new("#{type}; boundary=#{generate_boundary}")
    end