Method: Puppet::Module::Plan.find_files
- Defined in:
- lib/puppet/module/plan.rb
.find_files(name, plan_files) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
98 99 100 |
# File 'lib/puppet/module/plan.rb', line 98 def self.find_files(name, plan_files) find_implementations(name, plan_files) end |