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 e5d7c69 commit e78e942Copy full SHA for e78e942
Rakefile
@@ -11,4 +11,4 @@ end
11
task default: :test
12
13
path = File.expand_path(__dir__)
14
-Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").each { |f| load f }
+Dir.glob("#{path}/lib/diffcrypt/tasks/**/*.rake").each { load(_1) }
0 commit comments