1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
#
# 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.
#
# In particular, class \Set does not have many methods of its own