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