# File lib/chef/resource/scm.rb, line 71 def group(arg=nil) set_or_return( :group, arg, :kind_of => [String, Integer] ) end