# File lib/active_support/core_ext/array/access.rb, line 28
  def third
    self[2]
  end