# File lib/chef/resource/execute.rb, line 75 def environment(arg=nil) set_or_return( :environment, arg, :kind_of => [ Hash ] ) end