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