reenable()
Reenable the task, allowing its tasks to be executed if the task is invoked again.
# File lib/rake/task.rb, line 118 def reenable @already_invoked = false end