Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Using Rake as a File-Finding Library

By Peter Cooper / August 29, 2006

FileList["**/*.rb"].egrep(Regexp.new(ARGV.first))

Jim Weirich has an interesting blog post about using Rake's 'FileList' class to find files on your hard drive. I've already started to use the example he gives here.. good find!

Other Posts to Enjoy

Twitter Mentions