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