Mega Code Archive

 
Categories / Ruby / Language Basics
 

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