Chef::Provider::File
# File lib/chef/provider/cookbook_file.rb, line 31 def initialize(new_resource, run_context) @content_class = Chef::Provider::CookbookFile::Content super end
# File lib/chef/provider/cookbook_file.rb, line 36 def load_current_resource @current_resource = Chef::Resource::CookbookFile.new(@new_resource.name) super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.