Class Bundler::Settings::Mirrors
In: lib/bundler/mirror.rb
Parent: Object

Class used to build the mirror set and then find a mirror for a given URI

@param prober [Prober object, nil] by default a TCPSocketProbe, this object

  will be used to probe the mirror address to validate that the mirror replies.

Methods

each   for   new   parse  

Public Class methods

Public Instance methods

Returns a mirror for the given uri.

Depending on the uri having a valid mirror or not, it may be a

  mirror that points to the provided uri

[Validate]