Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. We will learn how to use Rake in our Ruby Applications

Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. We will learn how to use Rake in our Ruby Applications