# File lib/faraday/upload_io.rb, line 23
    def rewind
      @ios.each { |io| io.rewind }
      @index = 0
    end