method

fourth

rails latest stable - Class: Array
fourth()
public

Equal to self[3].

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