diff options
author | Marc-Andre Lafortune <[email protected]> | 2021-01-18 11:05:05 -0500 |
---|---|---|
committer | Marc-Andre Lafortune <[email protected]> | 2021-01-18 11:05:05 -0500 |
commit | fad9922d846bd4f0ccf2fc8305ad18fcfe5e6853 (patch) | |
tree | d064d89b2449b4650fbc5cf23758fe6375302ed6 /array.c | |
parent | 92e288420c71e331f734d3da18f2d6e7de5b0d33 (diff) |
Revert "[Document][Array] Add missing call-seq for Array#append"
This reverts commit ac1a4bccbda4358436a7a907a7f09d047f562740.
See https://github.com/ruby/ruby/pull/4088
Diffstat (limited to 'array.c')
-rw-r--r-- | array.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. * |