Flowdock
method

third_to_last

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Array
third_to_last() public

Equal to self[-3].

%w( a b c d e ).third_to_last # => "c"
Show source
Register or log in to add new notes.