clear_actions()
Clear the existing actions on a rake task.
# File lib/rake/task.rb, line 136 def clear_actions actions.clear self end