# File lib/zip/ioextras.rb, line 25
    def kind_of?(object)
      object == IO || super
    end