rubyrakefile

What is a Rakefile?


I have started learning Ruby and just tried out my first hello world program in NetBeans IDE. I have one doubt, I can see that the new project wizard created set of package structure. It had one "Rakefile" in it. What does that mean and what is the use of it?


Solution

  • It is an alternative to Makefile with Ruby syntax.