mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Explicit references to Enumerable
This commit is contained in:
parent
709bed2afa
commit
383685b52b
2 changed files with 8 additions and 2 deletions
5
array.c
5
array.c
|
@ -8077,7 +8077,10 @@ rb_ary_deconstruct(VALUE ary)
|
||||||
*
|
*
|
||||||
* == What's Here
|
* == What's Here
|
||||||
*
|
*
|
||||||
* Class Array provides methods that are useful for:
|
* First, what's elsewhere. \Array includes the module Enumerable,
|
||||||
|
* which provides dozens of additional methods.
|
||||||
|
*
|
||||||
|
* Here, class \Array provides methods that are useful for:
|
||||||
*
|
*
|
||||||
* - {Creating an Array}[#class-Array-label-Methods+for+Creating+an+Array]
|
* - {Creating an Array}[#class-Array-label-Methods+for+Creating+an+Array]
|
||||||
* - {Querying}[#class-Array-label-Methods+for+Querying]
|
* - {Querying}[#class-Array-label-Methods+for+Querying]
|
||||||
|
|
5
hash.c
5
hash.c
|
@ -6845,7 +6845,10 @@ env_update(VALUE env, VALUE hash)
|
||||||
*
|
*
|
||||||
* === What's Here
|
* === What's Here
|
||||||
*
|
*
|
||||||
* \Class \Hash provides methods that are useful for:
|
* First, what's elsewhere. \Hash includes the module Enumerable,
|
||||||
|
* which provides dozens of additional methods.
|
||||||
|
*
|
||||||
|
* Here, class \Hash provides methods that are useful for:
|
||||||
*
|
*
|
||||||
* - {Creating a Hash}[#class-Hash-label-Methods+for+Creating+a+Hash]
|
* - {Creating a Hash}[#class-Hash-label-Methods+for+Creating+a+Hash]
|
||||||
* - {Setting Hash State}[#class-Hash-label-Methods+for+Setting+Hash+State]
|
* - {Setting Hash State}[#class-Hash-label-Methods+for+Setting+Hash+State]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue