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