empty?()
Returns true if there are no sources in this SourceList.
# File lib/rubygems/source_list.rb, line 104 def empty? @sources.empty? end