module Rake::TaskManager

def clear

Clear all tasks in this application.
def clear
  @tasks.clear
  @rules.clear
end