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