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.
scope_name(scope, task_name)
public
Apply the scope to the task name
according to the rules for this kind of task. Generic tasks will accept the scope as part
of the name.
# File lib/rake/task.rb, line 376
def scope_name(scope, task_name)
# (scope + [task_name]).join(':')
scope.path_with_task_name(task_name)
end