Method: Rake::Task#clear_actions

Defined in:
lib/rake/task.rb

#clear_actionsObject

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