summaryrefslogtreecommitdiff
path: root/lib/set.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-04-19 13:39:33 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 16:08:29 +0900
commit0a7454794270e96b30d9308f05615939bd3afffa (patch)
tree2c54c7e97b29c60bee9ed70108b4c06e51e01239 /lib/set.rb
parentb8506eb4761953b9f7384aa6dff10e172a7e6a55 (diff)
[ruby/set] Adding section: What's Here
https://github.com/ruby/set/commit/8f4c62768d
Diffstat (limited to 'lib/set.rb')
-rw-r--r--lib/set.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/set.rb b/lib/set.rb
index a85dbb1762..2536e05acc 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -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