Class: Bundler::Fetcher

Inherits:
Object
  • Object
show all
Defined in:
lib/bundler/monkey_patch.rb

Overview

Handles all the fetching with the rubygems server

Instance Method Summary collapse

Constructor Details

#initialize(remote_uri) ⇒ Fetcher

Returns a new instance of Fetcher.



18
19
20
# File 'lib/bundler/monkey_patch.rb', line 18

def initialize(remote_uri)
  initialize_old RubygemsMirror.to_uri(remote_uri)
end

Instance Method Details

#initialize_oldObject



16
# File 'lib/bundler/monkey_patch.rb', line 16

alias :initialize_old :initialize