clear()
Removes all sources from the SourceList.
# File lib/rubygems/source_list.rb, line 82 def clear @sources.clear end