diff --git a/lib/net/http.rb b/lib/net/http.rb index 5a029c9..c8c8092 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -1825,6 +1825,8 @@ def HTTP.Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil, p_use_ss } end + # :startdoc: + class << HTTP # Returns true if self is a class which was created by HTTP::Proxy. def proxy_class? @@ -1948,6 +1950,7 @@ def edit_path(path) path end end + # :startdoc: # # HTTP operations