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