# File lib/chef/mixin/securable.rb, line 33 def group(arg=nil) set_or_return( :group, arg, :regex => Chef::Config[:group_valid_regex] ) end