Min Value in Array

Find the minimum value in an array.

Code

General
arr.min

Parameters

Array of numbers

Server

More Ruby Snippets