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