# File lib/chef/provider/group/pw.rb, line 46 def remove_group run_command(:command => "pw groupdel #{@new_resource.group_name}") end