Files
mruby-mruby/test/t
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
..
2021-11-26 12:18:41 +09:00
2021-03-01 10:06:17 +10:00
2022-10-31 16:25:56 +10:00
2021-03-01 10:06:17 +10:00
2022-10-31 16:25:56 +10:00
2020-10-12 16:21:43 +09:00
2021-03-01 10:06:17 +10:00
2019-01-05 20:41:09 +09:00
2021-05-03 15:30:59 +09:00
2021-06-16 08:34:54 +10:00