Skip to content

Commit c4ce3c6

Browse files
committed
another attempt at strict_warnings
1 parent 3e018a1 commit c4ce3c6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/rails/monkey_patches.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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")
1+
file = Dir.glob("../vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools.rb")
52
p file
63
load file.first
74

0 commit comments

Comments
 (0)