class Rake::Task

def clear_actions

Clear the existing actions on a rake task.
def clear_actions
  actions.clear
  self
end