each()
Yields each source URI in the list.
# File lib/rubygems/source_list.rb, line 90 def each @sources.each { |s| yield s.uri.to_s } end