Method: Zip::ZipOutputStream#close
- Defined in:
- lib/zip/zip.rb
#close ⇒ Object
533 534 535 536 537 538 539 540 |
# File 'lib/zip/zip.rb', line 533 def close return if @closed finalize_current_entry update_local_headers write_central_directory @outputStream.close @closed = true end |