![show/hide quicksearch [+]](../../images/find.png)
The SourceSet chooses the best available method to query a remote index.
Kind off like BestSet but filters the sources for gems
Creates a SourceSet for the given sources or Gem::sources if none are specified.  sources must be a Gem::SourceList.
 
               # File ruby-3.1.2/lib/rubygems/resolver/source_set.rb, line 11
def initialize
  super()
  @links = {}
  @sets  = {}
end