# File lib/chef/resource/execute.rb, line 115 def user(arg=nil) set_or_return( :user, arg, :kind_of => [ String, Integer ] ) end