# File lib/rubygems/dependency_list.rb, line 28
  def self.from_specs
    list = new
    list.add(*Gem::Specification.map)
    list
  end