aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/prepend_and_append.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prevent aliases Array#append and Array#prependbogdanvlviv2017-04-021-2/+2
| | | | https://github.com/ruby/ruby/commit/f57d515d69b7a35477b9ba5d08fe117df1f1e275
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
|
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
|
* Added Array#prepend as an alias for Array#unshift and Array#append as an ↵David Heinemeier Hansson2011-08-151-0/+7
alias for Array#<< [DHH]