first()
Returns the first source in the list.
# File lib/rubygems/source_list.rb, line 124 def first @sources.first end