method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::Fetcher
new(remote)public
No documentation available.
# File lib/bundler/fetcher.rb, line 81
def initialize(remote)
@remote = remote
Socket.do_not_reverse_lookup = true
connection # create persistent connection
end