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