mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
13512aba91
Once the class is set, objects can be referenced and manipulated from the Ruby side by using `ObjectSpace.each_object`. Also, currently `mrb_gc_unregister()` assumes that the element is a non-immediate object. However, `mrb_gc_unregister()` does not read or write to the address, so there was no problem.