Method: Rake::Task#clear_actions

Defined in:
lib/rake/task.rb

#clear_actionsObject

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