new(source)
Creates a new LockSet from the given source
# File lib/rubygems/resolver/lock_set.rb, line 11 def initialize source super() @source = Gem::Source::Lock.new source @specs = [] end