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