From: Joey Date: 2006-06-25T17:29:20+09:00 Subject: Re: Ruby goodies? ------=_Part_15008_25496044.1151224156487 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/24/06, Minkoo Seo wrote: > > Also, consider: > (1..100).to_a.min # This returns 1 which is the smallest number between 1 > to > 100. (1..100).min also works, becasue this is defined in Enumerable. j`ey http://www.eachmapinject.com ------=_Part_15008_25496044.1151224156487--