Flowdock
method

get_set

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: SourceSet
get_set(name) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/resolver/source_set.rb, line 42
  def get_set(name)
    link = @links[name]
    @sets[link] ||= Gem::Source.new(link).dependency_resolver_set if link
  end
Register or log in to add new notes.