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