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

https://github.com/ruby/set/commit/8f4c62768d
This commit is contained in:
Burdette Lamar 2021-04-19 13:39:33 -05:00 коммит произвёл Hiroshi SHIBATA
Родитель b8506eb476
Коммит 0a74547942
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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