summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/array.c b/array.c
index a71763ed2c..0f3bdfff4a 100644
--- a/array.c
+++ b/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