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