Skip to content

Commit

Permalink
removed commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 26, 2016
1 parent dc4af06 commit 5e01167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rake/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e01167

Please sign in to comment.