fifth()
Equal to self[4].
# File activesupport/lib/active_support/core_ext/array/access.rb, line 38 def fifth self[4] end