Method: Gem::SourceList#empty?
- Defined in:
- lib/rubygems/source_list.rb
#empty? ⇒ Boolean
Returns true if there are no sources in this SourceList.
104 105 106 |
# File 'lib/rubygems/source_list.rb', line 104 def empty? @sources.empty? end |