from_specs()
Creates a DependencyList from the current specs.
# File lib/rubygems/dependency_list.rb, line 28 def self.from_specs list = new list.add(*Gem::Specification.map) list end