Flowdock
method

proxy_uri

Importance_0
v2_6_3 - Show latest stable - 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 21
  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.