module Zip::IOExtras::FakeIO
Implements kind_of? in order to pretend to be an IO object
Public Instance Methods
kind_of?(object)
click to toggle source
Calls superclass method
# File lib/zip/ioextras.rb, line 24 def kind_of?(object) object == IO || super end