class Rake::Task

def reenable

is invoked again.
Reenable the task, allowing its tasks to be executed if the task
def reenable
  @already_invoked = false
end