LoginSignup
8
7

More than 5 years have passed since last update.

RailsのArray拡張にforty_twoがいる謎

Last updated at Posted at 2013-01-03

よく使われるのはまぁthirdくらいまで?

arr = %w(a b c)
arr.second # => b
arr.third # => c

一応fourth, fifthまで用意されている。
過去にはtenthまであった様子。

謎なのが、forty_twoがいること。
その理由はコミットログから追える。
https://github.com/rails/rails/commit/e50530ca3ab5db53ebc74314c54b62b91b932389#activesupport/lib/active_support/core_ext/array/access.rb

8
7
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7