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 02ec2ad commit b34e5d4Copy full SHA for b34e5d4
test/ractor_test.rb
@@ -33,7 +33,7 @@ def test_formatting
33
private
34
35
def filepaths
36
- Dir.glob(File.expand_path("../lib/syntax_tree/{node,parser}.rb", __dir__))
+ Dir.glob(File.expand_path("../lib/syntax_tree/plugin/*.rb", __dir__))
37
end
38
39
# Ractors still warn about usage, so I'm disabling that warning here just to
0 commit comments