verbose rakefile - print all executed command lines to stdout

Viewed 3696

I've just began building my first Rakefile (Ruby version of makefile), and I'd like to debug my script easily using verbose mode (like makefile -V or bash -x) is there an option to do so on ruby ?

thanks

1 Answers
Related