Method: Zip::ZipFile#close
- Defined in:
- lib/zip/zip.rb
#close ⇒ Object
Closes the zip file committing any changes that has been made.
1497 1498 1499 |
# File 'lib/zip/zip.rb', line 1497 def close commit end |
Closes the zip file committing any changes that has been made.
1497 1498 1499 |
# File 'lib/zip/zip.rb', line 1497 def close commit end |