# File lib/mime/composite_media_type.rb, line 115
    def initialize
      super("multipart/form-data; boundary=#{boundary}")
    end