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