new()
Creates a new SourceList
# File lib/rubygems/source_list.rb, line 23 def initialize @sources = [] end