class Rake::Scope

def path_with_task_name(task_name)

Path for the scope + the named path.
def path_with_task_name(task_name)
  "#{path}:#{task_name}"
end