Depending on the uri having a valid mirror or not, it may be a
mirrorthatpointstotheprovideduri
# File lib/bundler/mirror.rb, line 22
def for(uri)
if @all.validate!(@prober).valid?
@all
else
fetch_valid_mirror_for(Settings.normalize_uri(uri))
end
end