Skip to content

Commit 5e01167

Browse files
committed
removed commented-out code
1 parent dc4af06 commit 5e01167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rake/task.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def create_rule(*args, &block)
382382
# this kind of task. Generic tasks will accept the scope as
383383
# part of the name.
384384
def scope_name(scope, task_name)
385-
# (scope + [task_name]).join(':')
386385
scope.path_with_task_name(task_name)
387386
end
388387

0 commit comments

Comments
 (0)