Rake — Ruby Make
This is the main file for the Rake application. Normally it is referenced as a library via a require statement, but it can be distributed independently as an application.
Required Files
- rbconfig
- ftools
- getoptlong
- fileutils
Methods
Constants
| RAKEVERSION | = | '0.5.3' |
Rake — Ruby MakeThis is the main file for the Rake application. Normally it is referenced as a library via a require statement, but it can be distributed independently as an application. |
||
| FileList | = | Rake::FileList |
| Alias FileList to be available at the top level. | ||
Included Modules