# File lib/rubygems/remote_fetcher.rb, line 31 def initialize(proxy) @proxy_uri = case proxy when :no_proxy then nil when nil then get_proxy_from_env when URI::HTTP then proxy else URI.parse(proxy) end end