Clear the task list. This cause rake to immediately forget all the tasks that have been assigned. (Normally used in the unit tests.)
# File rake.rb, line 625 def clear Rake.application.clear end
<code/>
<pre/>
<code/>and<pre/>for code samples.