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