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