method

prefetch

prefetch(reqs)
public

No documentation available.

# File lib/rubygems/resolver/best_set.rb, line 37
  def prefetch reqs # :nodoc:
    pick_sets if @remote and @sets.empty?

    super
  end