Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
new(uri = nil, fallback_timeout = 0)
public
No documentation available.
# File lib/bundler/mirror.rb, line 67
def initialize(uri = nil, fallback_timeout = 0)
self.uri = uri
self.fallback_timeout = fallback_timeout
@valid = nil
end