aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBurdetteLamar <BurdetteLamar@Yahoo.com>2021-06-21 14:33:02 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-29 14:18:42 +0900
commit2bd68e32e7c51ccce046264686a367126c6baf01 (patch)
treef3217c9f179915c81ac349a185fa765b4f0509cb
parent899194f3a6e29626460084a8594d5c52a0b1f006 (diff)
downloadruby-2bd68e32e7c51ccce046264686a367126c6baf01.tar.gz
[ruby/set] Improve What's Here links
https://github.com/ruby/set/commit/dd787a3988
-rw-r--r--lib/set.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/set.rb b/lib/set.rb
index 0179b52101..50d29b0adf 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -64,9 +64,11 @@
#
# ## What's Here
#
-# First, what's elsewhere. \Set includes the module
-# {Enumerable}[rdoc-ref:Enumerable],
-# which provides dozens of additional methods.
+# First, what's elsewhere. \Class \Set:
+#
+# - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
+# - Includes {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here],
+# which provides dozens of additional methods.
#
# In particular, class \Set does not have many methods of its own
# for fetching or for iterating.