method

find_all

ruby latest stable - Class: Gem::Resolver::CurrentSet
find_all(req)
public

No documentation available.

# File lib/rubygems/resolver/current_set.rb, line 9
  def find_all req
    req.dependency.matching_specs
  end