Method: Gem::Net::HTTP#proxy_from_env?

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

#proxy_from_env?Boolean

Returns true if the proxy server is defined in the environment, false otherwise; see Proxy Server.

Returns:

  • (Boolean)


1865
1866
1867
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1865

def proxy_from_env?
  @proxy_from_env
end