This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
add_location(task)
Add a location to the locations field of the given task.
# File lib/rake/task_manager.rb, line 218 def add_location(task) loc = find_location task.locations << loc if loc task end