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)
private
Apply the scope to the task name according to the rules for this kind of
task. File based tasks ignore the scope when
creating the name.
# File lib/rake/file_task.rb, line 41
def scope_name(scope, task_name)
Rake.from_pathname(task_name)
end