Skip to content

Commit 008b130

Browse files
authored
Merge pull request #20 from BurdetteLamar/whats_here
Make "What's Here" section link to other "What's Here" sections
2 parents 6c2338d + 76b056c commit 008b130

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/set.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@
6464
#
6565
# ## What's Here
6666
#
67-
# First, what's elsewhere. \Set includes the module
68-
# {Enumerable}[rdoc-ref:Enumerable],
69-
# which provides dozens of additional methods.
67+
# First, what's elsewhere. \Class \Set:
68+
#
69+
# - Inherits from {class Object}[https://docs.ruby-lang.org/en/master/Object.html#class-Object-label-What-27s+Here].
70+
# - Includes {module Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html#module-Enumerable-label-What-27s+Here],
71+
# which provides dozens of additional methods.
7072
#
7173
# In particular, class \Set does not have many methods of its own
7274
# for fetching or for iterating.

0 commit comments

Comments
 (0)