# File lib/rubygems/uninstaller.rb, line 178
  def remove_all(list)
    list.each { |spec| uninstall_gem spec }
  end