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