mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9c9be44a98
Previously, for example, it was possible to retrieve the `String` class as follows: ```console % bin/mruby -e 'p Comparable::Enumerable::Errno::GC::Kernel::Math::ObjectSpace::String' String ``` Note that this patch affects the API function `mrb_const_get()`.