Method: Axlsx::ZipCommand#initialize

Defined in:
lib/axlsx/util/zip_command.rb

#initialize(zip_command) ⇒ ZipCommand

Returns a new instance of ZipCommand.



19
20
21
22
23
# File 'lib/axlsx/util/zip_command.rb', line 19

def initialize(zip_command)
  @current_file = nil
  @files = []
  @zip_command = zip_command
end