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