diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-09 22:06:30 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-09 13:10:33 +0000 |
| commit | 4170b70d32c3165da92eb258556f3ddf5b9767f3 (patch) | |
| tree | 3e71ac62b80233caa4a803209eebebef5eb7c15a | |
| parent | bf29ba452aa946bc6791b9d04b69003ae41c42cb (diff) | |
[ruby/net-http] [DOC] Fix too stopped documentations
https://github.com/ruby/net-http/commit/58685b78ab
| -rw-r--r-- | lib/net/http.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index 43e3349ac0..7efb468e78 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -1825,6 +1825,8 @@ module Net #:nodoc: } end + # :startdoc: + class << HTTP # Returns true if self is a class which was created by HTTP::Proxy. def proxy_class? @@ -1948,6 +1950,7 @@ module Net #:nodoc: path end end + # :startdoc: # # HTTP operations |
