class Gem::Uninstaller

def remove_all(list)

def remove_all(list)
  list.each { |spec| uninstall_gem spec }
end