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 3e018a1 commit c4ce3c6Copy full SHA for c4ce3c6
1 file changed
test/rails/monkey_patches.rb
@@ -1,7 +1,4 @@
1
-p __dir__
2
-p Dir["*"]
3
-
4
-file = Dir.glob(__dir__ + "../../vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools")
+file = Dir.glob("../vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools.rb")
5
p file
6
load file.first
7
0 commit comments