Ruby Programming/Rake

From Wikibooks, open books for an open world
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Rake is typically distributed as a "packaged" gem by each ruby implementation, and allows for a dependency "make-like" build system.

See rake's docu for information on it.