Module: IOExtras::FakeIO
- Included in:
- AbstractInputStream, AbstractOutputStream
- Defined in:
- lib/zip/ioextras.rb
Instance Method Summary collapse
Instance Method Details
#kind_of?(object) ⇒ Boolean
3 4 5 |
# File 'lib/zip/ioextras.rb', line 3 def kind_of?(object) object == IO || super end |