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