[DOC] Related for Array#collect!
This commit is contained in:
parent
316c2001e0
commit
175a98d516
Notes:
git
2024-09-10 19:30:58 +00:00
3
array.c
3
array.c
@ -3730,6 +3730,9 @@ rb_ary_collect(VALUE ary)
|
||||
* a.map! { |element| element.class } # => [Symbol, String, Integer]
|
||||
*
|
||||
* With no block given, returns a new Enumerator.
|
||||
*
|
||||
* Related: #collect;
|
||||
* see also {Methods for Converting}[rdoc-ref:Array@Methods+for+Converting].
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
Loading…
x
Reference in New Issue
Block a user