second()
Equal to self[1].
# File activesupport/lib/active_support/core_ext/array/access.rb, line 27 def second self[1] end