# File lib/chef/provider/env/windows.rb, line 49 def env_value(key_name) obj = env_obj(key_name) return obj ? obj.variablevalue : nil end