From 76afbda5b566148b9e73939e0ff9b8464d59806c Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sat, 6 Jan 2024 17:12:07 +0000 Subject: [PATCH] [ruby/net-http] Tweak to Net::HTTP What's Here https://github.com/ruby/net-http/commit/3bf641ca63 --- lib/net/http.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/net/http.rb b/lib/net/http.rb index d143f3b30f..6b78c264af 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -456,6 +456,10 @@ module Net #:nodoc: # # == What's Here # + # First, what's elsewhere. Class Net::HTTP: + # + # - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here]. + # # This is a categorized summary of methods and attributes. # # === \Net::HTTP Objects