Subject: Re: top 10 last played mp3's
From: Brian Adkins <lojicdotcom gmail.com>
Date: Sun, 14 Oct 2007 09:35:02 +0900
References: 273980273983273995
In-reply-to: 273995
On Oct 13, 7:06 pm, Konrad Meyer <kon... / tylerc.org> wrote:
> require 'find'
>
> Find.find("/share/music/").sort_by { |f| f.atime }.reverse[0...10]
Doesn't Find.find() require a block? And doesn't it pass a string to
the block, not a File ?