aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2021-01-18 11:05:05 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2021-01-18 11:05:05 -0500
commitfad9922d846bd4f0ccf2fc8305ad18fcfe5e6853 (patch)
treed064d89b2449b4650fbc5cf23758fe6375302ed6
parent92e288420c71e331f734d3da18f2d6e7de5b0d33 (diff)
downloadruby-fad9922d846bd4f0ccf2fc8305ad18fcfe5e6853.tar.gz
Revert "[Document][Array] Add missing call-seq for Array#append"
This reverts commit ac1a4bccbda4358436a7a907a7f09d047f562740. See https://github.com/ruby/ruby/pull/4088
-rw-r--r--array.c1
1 files changed, 0 insertions, 1 deletions
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.
*