# File lib/bundler/mirror.rb, line 30
def
each
@mirrors
.
each
do
|
k
,
v
|
yield
k
,
v
.
uri
.
to_s
end
end