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