# File lib/http/form_data/composite_io.rb, line 57
      def rewind
        @ios.each(&:rewind)
        @index = 0
      end