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