aboutsummaryrefslogtreecommitdiffstats
path: root/lib/set.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-04-19 15:54:14 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 16:08:29 +0900
commit61e44995457837d30ccc3e2ae0c18aa1cdaf0c89 (patch)
tree7cc84d81cc3c791461c36fa421e5be8eab0f8ffc /lib/set.rb
parent0a7454794270e96b30d9308f05615939bd3afffa (diff)
downloadruby-61e44995457837d30ccc3e2ae0c18aa1cdaf0c89.tar.gz
[ruby/set] Adding section: What's Here
https://github.com/ruby/set/commit/257dc452a7
Diffstat (limited to 'lib/set.rb')
-rw-r--r--lib/set.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/set.rb b/lib/set.rb
index 2536e05acc..682cb74897 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -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