Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
clear_actions()
public
Clear the existing actions on a rake task.
# File lib/rake/task.rb, line 151
def clear_actions
actions.clear
self
end