Module: IronWorkerNG::Feature::Common::MergeZip::InstanceMethods

Included in:
Code::Base
Defined in:
lib/iron_worker_ng/feature/common/merge_zip.rb

Instance Method Summary collapse

Instance Method Details

#merge_zip(path, dest = '') ⇒ Object Also known as: zip



62
63
64
65
66
# File 'lib/iron_worker_ng/feature/common/merge_zip.rb', line 62

def merge_zip(path, dest = '')
  IronCore::Logger.info 'IronWorkerNG', "Merging zip with path='#{path}' and dest='#{dest}'"

  @features << IronWorkerNG::Feature::Common::MergeZip::Feature.new(self, path, dest)
end