Method: Gem::Net::HTTP#proxy_from_env=

Defined in:
lib/rubygems/vendor/net-http/lib/net/http.rb

#proxy_from_env=(value) ⇒ Object (writeonly)

Sets whether to determine the proxy from environment variable ‘ENV['http_proxy']’; see Proxy Using ENV[‘http_proxy’].



1313
1314
1315
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1313

def proxy_from_env=(value)
  @proxy_from_env = value
end