mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
https://github.com/Shopify/ruby/issues/649 Class vars are a bit more involved than ivars, since we need to get the class from the cref, so this calls out to `rb_vm_getclassvariable` and `rb_vm_setclassvariable` like YJIT.