Method: Chef::Provider::CookbookFile#initialize
- Defined in:
- lib/chef/provider/cookbook_file.rb
#initialize(new_resource, run_context) ⇒ CookbookFile
Returns a new instance of CookbookFile.
27 28 29 30 |
# File 'lib/chef/provider/cookbook_file.rb', line 27 def initialize(new_resource, run_context) @content_class = Chef::Provider::CookbookFile::Content super end |