Gem::Resolver::Set
A set of gems from a gem dependencies lockfile.
Creates a new LockSet from the given source
source
# File rubygems/resolver/lock_set.rb, line 11 def initialize source @source = Gem::Source::Lock.new source @specs = [] end
Returns an Array of IndexSpecification objects matching the DependencyRequest req.
req
# File rubygems/resolver/lock_set.rb, line 39 def find_all req @specs.select do |spec| req.matches_spec? spec end end
This page was generated for Ruby 2.1.0
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.33.0.