# File lib/active_support/core_ext/array/access.rb, line 42
        def fifth
          self[4]
        end