We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f88550 commit ffb15ecCopy full SHA for ffb15ec
lib/rake/file_task.rb
@@ -44,9 +44,9 @@ def out_of_date?(stamp)
44
# Task class methods.
45
#
46
class << self
47
- # Apply the scope to the task name according to the rules for this kind
48
- # of task. File based tasks ignore the scope when creating the name.
49
- def scope_name(scope, task_name)
+ # This method signature is from Task. FileTasks ignore the scope when
+ # creating the name.
+ def scope_name(_scope, task_name)
50
Rake.from_pathname(task_name)
51
end
52
0 commit comments