find_all(req)
Returns an Array of IndexSpecification objects matching the DependencyRequest req.
# File lib/rubygems/resolver/lock_set.rb, line 44 def find_all req @specs.select do |spec| req.match? spec end end