from(ary)
Creates a new SourceList from an array of sources.
# File lib/rubygems/source_list.rb, line 36 def self.from(ary) list = new list.replace ary return list end