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