method

second

v5.0.0.1 - Show latest stable - Class: Array
second()
public

Equal to self[1].

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