Class Chef::Provider::Env
In: lib/chef/provider/env.rb
lib/chef/provider/env/windows.rb
Parent: Chef::Provider

Methods

Included Modules

Chef::Mixin::Command

Classes and Modules

Class Chef::Provider::Env::Windows

Attributes

key_exists  [RW] 

Public Class methods

Public Instance methods

Check to see if value needs any changes

Returns

<true>:If a change is required
<false>:If a change is not required

e.g. delete a PATH element

 ==== Returns
 <true>:: If we handled the element case and caller should not delete the key
 <false>:: Caller should delete the key, either no :delim was specific or value was empty
           after we removed the element.

[Validate]