From 5e01167bd60856054fb9d0381836a1f4e47a458d Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Tue, 26 Jul 2016 21:13:31 +0900 Subject: [PATCH] removed commented-out code --- lib/rake/task.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rake/task.rb b/lib/rake/task.rb index 5300b6fc4..7a57a0f85 100644 --- a/lib/rake/task.rb +++ b/lib/rake/task.rb @@ -382,7 +382,6 @@ def create_rule(*args, &block) # this kind of task. Generic tasks will accept the scope as # part of the name. def scope_name(scope, task_name) -# (scope + [task_name]).join(':') scope.path_with_task_name(task_name) end