Sha256: b5cb90273825b0c9111be65052d7958cb5cbb33e75d451fd27e955e05b0706f7
Contents?: true
Size: 454 Bytes
Versions: 68
Compression:
Stored size: 454 Bytes
Contents
# <!-- rdoc-file=lib/rubygems/source_list.rb --> # The SourceList represents the sources rubygems has been configured to use. A # source may be created from an array of sources: # # Gem::SourceList.from %w[https://rubygems.example https://internal.example] # # Or by adding them: # # sources = Gem::SourceList.new # sources << 'https://rubygems.example' # # The most common way to get a SourceList is Gem.sources. # class Gem::SourceList end
Version data entries
68 entries across 68 versions & 3 rubygems