Rake is a build tool. : rake « Language Basics « Ruby






Rake is a build tool.


Rake uses a Rakefile to figure out what to do. 
A Rakefile contains names tasks. 


To run Rake help, type:

$ rake --help

 








Related examples in the same category

1.rake [-f rakefile] {options} targets...