method

find_all

find_all(req)
public

No documentation available.

# File lib/rubygems/resolver/best_set.rb, line 27
  def find_all req # :nodoc:
    pick_sets if @remote and @sets.empty?

    super
  end