Skip to content

Commit edc99a5

Browse files
authored
Merge pull request #171 from BurdetteLamar/doc
[DOC] Tweak to Net::HTTP What's Here
2 parents 114d01b + 3bf641c commit edc99a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/net/http.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,10 @@ class HTTPHeaderSyntaxError < StandardError; end
456456
#
457457
# == What's Here
458458
#
459+
# First, what's elsewhere. Class Net::HTTP:
460+
#
461+
# - Inherits from {class Object}[https://docs.ruby-lang.org/en/master/Object.html#class-Object-label-What-27s+Here].
462+
#
459463
# This is a categorized summary of methods and attributes.
460464
#
461465
# === \Net::HTTP Objects

0 commit comments

Comments
 (0)