mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
What's Here for Numeric and Comparable
This commit is contained in:
parent
8509532c78
commit
c1741df1a1
7 changed files with 120 additions and 12 deletions
7
array.c
7
array.c
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue