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