find_all(req)public
No documentation available.
# File lib/rubygems/resolver/best_set.rb, line 28
def find_all req # :nodoc:
pick_sets if @remote and @sets.empty?
super
rescue Gem::RemoteFetcher::FetchError => e
replace_failed_api_set e
retry
end