# File lib/faraday/upload_io.rb, line 46
    def close
      @ios.each { |io| io.close }
    end