method

second

v8.1.1 - Show latest stable - Class: Array
second()
public

Equal to self[1].

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