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?