ruby print array from second to last code example Example: array ruby taking 3 last value @numbers = [ 1, 2, 3, 4, 5, 6, 7, 8 ] @numbers.last(2) # => [7,8]