diff options
Diffstat (limited to 'array.c')
-rw-r--r-- | array.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |