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