class Rake::Task
def scope_name(scope, task_name)
this kind of task. Generic tasks will accept the scope as
Apply the scope to the task name according to the rules for
def scope_name(scope, task_name) scope.path_with_task_name(task_name) end
def scope_name(scope, task_name) scope.path_with_task_name(task_name) end