Skip to content

Commit

Permalink
Merge pull request #51572 from Bodacious/patch-1
Browse files Browse the repository at this point in the history
Wrap YJIT guard clause in parentheses
  • Loading branch information
rafaelfranca committed Apr 16, 2024
2 parents aef3358 + c325216 commit 1428ef9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
# If you are deploying to a memory constrained environment
# you may want to delete this file, but otherwise it's free
# performance.
if defined? RubyVM::YJIT.enable
if defined?(RubyVM::YJIT.enable)
Rails.application.config.after_initialize do
RubyVM::YJIT.enable
end
Expand Down

0 comments on commit 1428ef9

Please sign in to comment.