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