What's Here for Numeric and Comparable

This commit is contained in:
Burdette Lamar 2021-05-18 08:27:41 -05:00 committed by Jeremy Evans
parent 8509532c78
commit c1741df1a1
7 changed files with 120 additions and 12 deletions

View file

@ -8160,8 +8160,11 @@ rb_ary_deconstruct(VALUE ary)
*
* == What's Here
*
* First, what's elsewhere. \Array includes the module Enumerable,
* which provides dozens of additional methods.
* First, what's elsewhere. \Class \Array:
*
* - 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 \Array provides methods that are useful for:
*