Module: IronWorkerNG::Feature::Common::MergeFile::InstanceMethods

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

Instance Method Summary collapse

Instance Method Details

#merge_file(path, dest = '') ⇒ Object Also known as: file



38
39
40
41
42
# File 'lib/iron_worker_ng/feature/common/merge_file.rb', line 38

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

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