From: Jonathan Nielsen Date: 2010-05-15T02:29:03+09:00 Subject: Re: Rake versus Ruby? On Fri, May 14, 2010 at 10:20 AM, Mohit Sindhwani wrote: > extra bit that Rake gives me, which I don't get from a Ruby script? > I'm sorry it's a bit of a naive question, but I was wondering when would it > be more appropriate t Rake allows you to create tasks that are dependent on one another, like Makefiles except with much nicer Ruby code. That's why I like it anyway... -Jonathan Nielsen