forty_two()
Equal to self[41]. Also known as accessing “the reddit”.
(1..42).to_a.forty_two # => 42
# File activesupport/lib/active_support/core_ext/array/access.rb, line 83 def forty_two self[41] end