Fix warnings from private_constant
`private_constant *constants` seems to be warned for some reason
This commit is contained in:
parent
d77c037a16
commit
c2986f7d28
@ -36,5 +36,5 @@ module RubyVM::MJIT
|
|||||||
% end
|
% end
|
||||||
}
|
}
|
||||||
|
|
||||||
private_constant *constants
|
private_constant(*constants)
|
||||||
end if RubyVM::MJIT.enabled?
|
end if RubyVM::MJIT.enabled?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user