Clear the existing actions on a rake task.
151 152 153 154
# File 'lib/rake/task.rb', line 151 def clear_actions actions.clear self end