class Gem::Request
def self.proxy_uri(proxy) # :nodoc:
def self.proxy_uri(proxy) # :nodoc: require_relative "vendor/uri/lib/uri" case proxy when :no_proxy then nil when Gem::URI::HTTP then proxy else Gem::URI.parse(proxy) end end
def self.proxy_uri(proxy) # :nodoc: require_relative "vendor/uri/lib/uri" case proxy when :no_proxy then nil when Gem::URI::HTTP then proxy else Gem::URI.parse(proxy) end end