Skip to content

Commit

Permalink
Fix a Ruby 3 keyword bug
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Mar 28, 2024
1 parent 2bd98b8 commit 152e624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_performance.rb
Expand Up @@ -22,6 +22,7 @@ def entries(dirname, *args)
end
original_entries(dirname, *args)
end
ruby2_keywords :entries if respond_to?(:ruby2_keywords, true)
end

class TestPerformance < Sprockets::TestCase
Expand Down

0 comments on commit 152e624

Please sign in to comment.