1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix warnings from private_constant

`private_constant *constants` seems to be warned for some reason
This commit is contained in:
Takashi Kokubun 2022-09-05 00:26:24 -07:00
parent d77c037a16
commit c2986f7d28
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -36,5 +36,5 @@ module RubyVM::MJIT
% end
}
private_constant *constants
private_constant(*constants)
end if RubyVM::MJIT.enabled?