path_with_task_name(task_name)
Path for the scope + the named path.
# File lib/rake/scope.rb, line 10 def path_with_task_name(task_name) "#{path}:#{task_name}" end