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 ?