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:
parent
d77c037a16
commit
c2986f7d28
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ module RubyVM::MJIT
|
|||
% end
|
||||
}
|
||||
|
||||
private_constant *constants
|
||||
private_constant(*constants)
|
||||
end if RubyVM::MJIT.enabled?
|
||||
|
|
Loading…
Add table
Reference in a new issue