mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
The macro RCLASS_EXT() accesses the prime classext directly, but it can be valid only in a limited situation when namespace is enabled. So, to prevent using RCLASS_EXT() in the wrong way, rename the macro and let the developer check it is ok to access the prime classext or not.