Files
mruby-mruby/src
dearblue 9c9be44a98 Don't switch constant search path from modules to Object
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()`.
2023-03-05 20:32:56 +09:00
..
2022-12-04 22:45:36 +09:00
2022-11-19 17:11:56 +09:00
2022-11-19 17:11:56 +09:00
2023-02-15 11:45:10 +09:00
2016-05-09 17:19:47 +02:00
2023-02-23 17:16:10 +09:00