class Rake::FileTask
def scope_name(scope, task_name)
Apply the scope to the task name according to the rules for this kind
def scope_name(scope, task_name) Rake.from_pathname(task_name) end
def scope_name(scope, task_name) Rake.from_pathname(task_name) end