Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
from_source_index(ignored=nil)
public
# File lib/rubygems/dependency_list.rb, line 37
def self.from_source_index(ignored=nil)
warn "NOTE: DependencyList.from_source_index ignores it's arg" if ignored
from_specs
end