class Bundler::Fetcher

def downloader

def downloader
  @downloader ||= Downloader.new(connection, self.class.redirect_limit)
end