Flowdock
method

proxy_for

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: RemoteFetcher
proxy_for(proxy, uri) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/remote_fetcher.rb, line 410
  def proxy_for proxy, uri
    Gem::Request.proxy_uri(proxy || Gem::Request.get_proxy_from_env(uri.scheme))
  end
Register or log in to add new notes.