to_a()
Returns an Array of source URI Strings.
# File lib/rubygems/source_list.rb, line 115 def to_a @sources.map { |x| x.uri.to_s } end