class Chef::Resource::WindowsPath

Public Instance Methods

load_current_resource() click to toggle source
# File lib/chef/resource/windows_path.rb, line 59
def load_current_resource
  @current_resource = Chef::Resource::WindowsPath.new(new_resource.name)
  @current_resource.path(new_resource.path)
  @current_resource
end