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: *