From c1741df1a1a92d227b1afd03931c3b54fb2d4429 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Tue, 18 May 2021 08:27:41 -0500 Subject: What's Here for Numeric and Comparable --- hash.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hash.c') 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: * -- cgit v1.2.3