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