Skip to content

Commit

Permalink
Merge pull request #171 from BurdetteLamar/doc
Browse files Browse the repository at this point in the history
[DOC] Tweak to Net::HTTP What's Here
  • Loading branch information
peterzhu2118 committed Jan 6, 2024
2 parents 114d01b + 3bf641c commit edc99a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/net/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edc99a5

Please sign in to comment.