From fad9922d846bd4f0ccf2fc8305ad18fcfe5e6853 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Mon, 18 Jan 2021 11:05:05 -0500 Subject: Revert "[Document][Array] Add missing call-seq for Array#append" This reverts commit ac1a4bccbda4358436a7a907a7f09d047f562740. See https://github.com/ruby/ruby/pull/4088 --- array.c | 1 - 1 file changed, 1 deletion(-) diff --git a/array.c b/array.c index 86f7227ea8..7d10c1b7bd 100644 --- a/array.c +++ b/array.c @@ -1323,7 +1323,6 @@ rb_ary_cat(VALUE ary, const VALUE *argv, long len) /* * call-seq: * array.push(*objects) -> self - * array.append(*objects) -> self * * Appends trailing elements. * -- cgit v1.2.3