U:RDoc::NormalClass[iI"SourceList:ETI"Gem::SourceList;TI" Object;To:RDoc::Markup::Document: @parts[o;;[ o:RDoc::Markup::Paragraph;[I"PThe SourceList represents the sources rubygems has been configured to use. ;TI"6A source may be created from an array of sources:;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;[I"PGem::SourceList.from %w[https://rubygems.example https://internal.example] ;T: @format0o; ;[I"Or by adding them:;T@o; ;[I"#sources = Gem::SourceList.new ;TI"+sources << 'https://rubygems.example' ;T; 0o; ;[I"