summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-05-18 08:27:41 -0500
committerJeremy Evans <code@jeremyevans.net>2021-06-21 10:38:16 -0700
commitc1741df1a1a92d227b1afd03931c3b54fb2d4429 (patch)
tree24f19b92cd202f70c745eb979379797471f2158a /hash.c
parent8509532c78ab2a8cc0efeadee6367bbe7991ee49 (diff)
What's Here for Numeric and Comparable
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index 375342a89a..ca80e7ea1d 100644
--- a/hash.c
+++ b/hash.c
@@ -6884,8 +6884,11 @@ env_dup(VALUE obj)
*
* === What's Here
*
- * First, what's elsewhere. \Hash includes the module Enumerable,
- * which provides dozens of additional methods.
+ * First, what's elsewhere. \Class \Hash:
+ *
+ * - 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.
*
* Here, class \Hash provides methods that are useful for:
*