each_source(&b)
Yields each source in the list.
# File lib/rubygems/source_list.rb, line 96 def each_source(&b) @sources.each(&b) end