method

second

v7.1.3.4 - Show latest stable - Class: Array
second()
public

Equal to self[1].

%w( a b c d e ).second # => "b"