A set of gems from a gem dependencies lockfile.
Methods
Class Public methods
new(source)
Link
Creates a new LockSet from the given
source
Source: show
# File lib/rubygems/resolver/lock_set.rb, line 11 def initialize source super() @source = Gem::Source::Lock.new source @specs = [] end
Instance Public methods