Last Modified
2013-06-25 09:56:07 -0700
Requires
  • rake

Description

The ‘rake/clean’ file defines two file lists (CLEAN and CLOBBER) and two rake tasks (:clean and :clobber).

:clean

Clean up the project by deleting scratch files and backup files. Add files to the CLEAN file list to have the :clean target handle them.

:clobber

Clobber all generated and non-source files in a project. The task depends on :clean, so all the clean files will be deleted as well as files in the CLOBBER file list. The intent of this task is to return a project to its pristine, just unpacked state.

Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.

If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.

If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.

If you want to help improve the Ruby documentation, please see Improve the docs, or visit Documenting-ruby.org.

blog comments powered by Disqus