Clear the existing actions on a rake task.
168 169 170 171
# File 'lib/rake/task.rb', line 168 def clear_actions actions.clear self end