![show/hide quicksearch [+]](../../images/find.png)
A set of gems from a gem dependencies lockfile.
Creates a new LockSet from the given sources
 
               # File rubygems/resolver/lock_set.rb, line 12
def initialize(sources)
  super()
  @sources = sources.map do |source|
    Gem::Source::Lock.new source
  end
  @specs   = []
end