From a2193f50e80823d34e3d283effb2b4539c15b6f2 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 13 Jul 2001 21:20:41 +0000 Subject: aamine * lib/net/http.rb: HTTP#proxy? did not worked. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/net/http.rb') diff --git a/lib/net/http.rb b/lib/net/http.rb index f2b6635fd4..f96859be1e 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -517,7 +517,7 @@ module Net end def proxy? - type.proxy? + type.proxy_class? end def proxy_address @@ -543,7 +543,7 @@ module Net klass = Class.new( HTTP ) klass.module_eval { include mod - @is_proxy = true + @is_proxy_class = true @proxy_address = p_addr @proxy_port = p_port } -- cgit v1.2.3