From ff43e618e99851592b6b595d640941588911ed4f Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sat, 7 Sep 2024 19:00:58 -0500 Subject: [PATCH] [DOC] Related for Array#concat --- array.c | 1 + 1 file changed, 1 insertion(+) diff --git a/array.c b/array.c index 466ea03c0c..f5fa6ee9a5 100644 --- a/array.c +++ b/array.c @@ -5003,6 +5003,7 @@ ary_append(VALUE x, VALUE y) * a.concat(['two', 'three'], [:four, :five], a) * # => [0, 1, "two", "three", :four, :five, 0, 1] * + * Related: see {Methods for Assigning}[rdoc-ref:Array@Methods+for+Assigning]. */ static VALUE