7 lines
219 B
Ruby
7 lines
219 B
Ruby
# https://github.com/rubyzip/rubyzip#configuration
|
|
# Zip.setup do |c|
|
|
# c.on_exists_proc = true
|
|
# c.continue_on_exists_proc = true
|
|
# c.unicode_names = true
|
|
# c.default_compression = Zlib::BEST_COMPRESSION
|
|
# end
|