how to find the largest number in an array ruby code example Example: ruby find biggest int in array array = [1, 2, 3, 4] puts array.max #=> 4