Method: Gem::SourceList#initialize
- Defined in:
- lib/rubygems/source_list.rb
#initialize ⇒ SourceList
Creates a new SourceList
22 23 24 |
# File 'lib/rubygems/source_list.rb', line 22 def initialize @sources = [] end |
Creates a new SourceList
22 23 24 |
# File 'lib/rubygems/source_list.rb', line 22 def initialize @sources = [] end |