aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/access.rb
Commit message (Collapse)AuthorAgeFilesLines
* [].from(0) actually returns [], not nilRyan Bigg2009-12-171-1/+1
|
* Convert array extension modules to class reopensJeremy Kemper2009-03-211-46/+39
|
* Reduced the number of literal aliases to the range that has actually seen ↵David Heinemeier Hansson2008-11-211-23/+3
| | | | personal use. With the massive savings in overhead, I was able to fit Array#forty_two
* Merge docrailsPratik Naik2008-10-051-9/+9
|
* Merge docrails changesPratik Naik2008-07-281-9/+11
|
* Added Array#second through Array#tenth as aliases for Array#[1] through ↵David Heinemeier Hansson2008-06-171-0/+45
| | | | Array#[9] [DHH]
* Improve documentation.Pratik Naik2008-04-051-4/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9226 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added Array#from and Array#to that behaves just from String#from and ↵David Heinemeier Hansson2007-11-271-0/+28
String#to [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8224 5ecf4fe2-1ee6-0310-87b1-e25e094e27de