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