Tweak to Integer What's Here

This commit is contained in:
BurdetteLamar 2024-01-06 16:57:52 +00:00 committed by Peter Zhu
parent 4a44bf8c34
commit 8cad6fc90a

View File

@ -3491,7 +3491,10 @@ rb_num2ull(VALUE val)
*
* First, what's elsewhere. \Class \Integer:
*
* - 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 Comparable}[rdoc-ref:Comparable@What-27s+Here].
*
* Here, class \Integer provides methods for:
*