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