aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2024-01-06 16:47:19 +0000
committerPeter Zhu <peter@peterzhu.ca>2024-01-06 13:24:48 -0500
commit7b615bfdf3533256022331da5426f18c33b3ec65 (patch)
tree2823f79eed35bc9048ffe28a26d79f04f5932072 /numeric.c
parent54e8901f664f5aa649231dd14bf8f9b36cb18071 (diff)
downloadruby-7b615bfdf3533256022331da5426f18c33b3ec65.tar.gz
Tweak to Float What's Here
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 1dd702d6cf..0bfdbab6b3 100644
--- a/numeric.c
+++ b/numeric.c
@@ -963,7 +963,10 @@ num_negative_p(VALUE num)
*
* First, what's elsewhere. \Class \Float:
*
- * - Inherits from {class Numeric}[rdoc-ref:Numeric@What-27s+Here].
+ * - Inherits from
+ * {class Numeric}[rdoc-ref:Numeric@What-27s+Here]
+ * and {class Object}[rdoc-ref:Object@What-27s+Here].
+ * - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here].
*
* Here, class \Float provides methods for:
*