1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

array.c: Array#append and Array#prepend

* array.c (Init_Array): Add alias "append" to Array#push, and
  "prepend" to Array#unshift.  [Feature #12746] [Fix GH-1574]

Author:    pascbjumper2 <stowers.joshua@live.com>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-04-01 07:38:12 +00:00
parent c527fa1341
commit f57d515d69
3 changed files with 24 additions and 0 deletions

View file

@ -600,6 +600,9 @@ Richard M. Stallman
Robin Stocker
* documentation
Joshua Stowers
* a patch for array.c
Adam Strzelecki
* a patch for compile.c