Flowdock
method

find_all

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: BestSet
find_all(req) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.