We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f5458 commit 3e018a1Copy full SHA for 3e018a1
test/rails/monkey_patches.rb
@@ -1,11 +1,7 @@
1
p __dir__
2
p Dir["*"]
3
4
-file = Dir.glob("vendor/bundle/jruby/*")
5
-p file
6
-
7
8
-file = Dir.glob(__dir__ + "/vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools")
+file = Dir.glob(__dir__ + "../../vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools")
9
p file
10
load file.first
11
0 commit comments