# File lib/mime/composite_media_type.rb, line 69
    def boundary
      @boundary ||= "Boundary_#{unique_id}"
    end