Module: IronWorkerNG::Feature::Common::MergeDir::InstanceMethods

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

Instance Method Summary collapse

Instance Method Details

#merge_dir(path, dest = '') ⇒ Object Also known as: dir



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

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

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