[ruby/set] Adding section: What's Here

https://github.com/ruby/set/commit/257dc452a7
This commit is contained in:
Burdette Lamar 2021-04-19 15:54:14 -05:00 committed by Hiroshi SHIBATA
parent 0a74547942
commit 61e4499545
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -65,7 +65,7 @@
# ## What's Here # ## What's Here
# #
# First, what's elsewhere. \Set includes the module # First, what's elsewhere. \Set includes the module
# {Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html], # {Enumerable}[rdoc-ref:Enumerable],
# which provides dozens of additional methods. # which provides dozens of additional methods.
# #
# In particular, class \Set does not have many methods of its own # In particular, class \Set does not have many methods of its own