lib/axlsx/util/zip_command.rb in caxlsx-3.3.0 vs lib/axlsx/util/zip_command.rb in caxlsx-3.4.0
- old
+ new
@@ -1,10 +1,8 @@
-# encoding: UTF-8
require 'open3'
require 'shellwords'
module Axlsx
-
# The ZipCommand class supports zipping the Excel file contents using
# a binary zip program instead of RubyZip's `Zip::OutputStream`.
#
# The methods provided here mimic `Zip::OutputStream` so that `ZipCommand` can
# be used as a drop-in replacement. Note that method signatures are not