method

proxy_for

proxy_for(proxy, uri)
private

No documentation available.

# File lib/rubygems/remote_fetcher.rb, line 394
  def proxy_for proxy, uri
    Gem::Request.proxy_uri(proxy || Gem::Request.get_proxy_from_env(uri.scheme))
  end