From 3bf641ca63fb0f44006431a59d5f6c5b914c2582 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sat, 6 Jan 2024 17:12:07 +0000 Subject: [PATCH] Tweak to Net::HTTP What's Here --- lib/net/http.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/net/http.rb b/lib/net/http.rb index 101a669d..b7d1760f 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -456,6 +456,10 @@ class HTTPHeaderSyntaxError < StandardError; end # # == What's Here # + # First, what's elsewhere. Class Net::HTTP: + # + # - Inherits from {class Object}[https://docs.ruby-lang.org/en/master/Object.html#class-Object-label-What-27s+Here]. + # # This is a categorized summary of methods and attributes. # # === \Net::HTTP Objects