fourth()
Equal to self[3].
%w( a b c d e ).fourth # => "d"
# File activesupport/lib/active_support/core_ext/array/access.rb, line 69 def fourth self[3] end