fourth()
Equal to self[3].
# File activesupport/lib/active_support/core_ext/array/access.rb, line 33 def fourth self[3] end