# File lib/chef/resource/env.rb, line 46 def value(arg=nil) set_or_return( :value, arg, :kind_of => [ String ] ) end