Building with Rake

Appendix B - Stand Alone Rake

The core Rake functionality is implemented in a single file of around 450 lines of code (about 650 lines if you count comments and blank lines).

Therefore,

If you wish to distribute Rake with your project, all you need to do is include the "rake.rb" file.