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