class Chef::Provider::WindowsPath
Public Instance Methods
load_current_resource()
click to toggle source
# File lib/chef/provider/windows_path.rb, line 30 def load_current_resource @current_resource = Chef::Resource::WindowsPath.new(new_resource.name) @current_resource.path(new_resource.path) @current_resource end