We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4af06 commit 5e01167Copy full SHA for 5e01167
1 file changed
lib/rake/task.rb
@@ -382,7 +382,6 @@ def create_rule(*args, &block)
382
# this kind of task. Generic tasks will accept the scope as
383
# part of the name.
384
def scope_name(scope, task_name)
385
-# (scope + [task_name]).join(':')
386
scope.path_with_task_name(task_name)
387
end
388
0 commit comments