how to get first item from array rails code example Example: ruby get the first element of an array array = [1, 2, 3] array.first => 1