Method: Zip::ZipInputStream#close
- Defined in:
- lib/zip/zip.rb
#close ⇒ Object
96 97 98 99 100 |
# File 'lib/zip/zip.rb', line 96 def close # Don't close a StringIO, because there's no way to reopen it, and # the caller may still want to use it. @archiveIO.close unless @archiveIO.is_a? StringIO end |