Module: IronWorkerNG::Feature::Common::MergeDeb::InstanceMethods

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

Instance Method Summary collapse

Instance Method Details

#merge_deb(path) ⇒ Object Also known as: deb



57
58
59
60
61
# File 'lib/iron_worker_ng/feature/common/merge_deb.rb', line 57

def merge_deb(path)
  IronCore::Logger.info 'IronWorkerNG', "Merging deb with path='#{path}'"

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