Flowdock
method

proxy_uri

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Request
proxy_uri(proxy) public

No documentation

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

Hide source
# File lib/rubygems/request.rb, line 22
  def self.proxy_uri proxy # :nodoc:
    case proxy
    when :no_proxy then nil
    when URI::HTTP then proxy
    else URI.parse(proxy)
    end
  end
Register or log in to add new notes.