Flowdock
method

prefetch

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: InstallerSet
prefetch(reqs) public

No documentation

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

Hide source
# File lib/rubygems/resolver/installer_set.rb, line 156
  def prefetch(reqs)
    @remote_set.prefetch(reqs) if consider_remote?
  end
Register or log in to add new notes.