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