Method: Chef::Provider::TemplateFinder#initialize
- Defined in:
- lib/chef/provider/template_finder.rb
#initialize(run_context, cookbook_name, node) ⇒ TemplateFinder
Returns a new instance of TemplateFinder.
24 25 26 27 28 |
# File 'lib/chef/provider/template_finder.rb', line 24 def initialize(run_context, cookbook_name, node) @run_context = run_context @cookbook_name = cookbook_name @node = node end |