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