Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto da24af34b9 Better class name management.
The change removes several internal instance variables used by
class name management. The variables `__classid__` and `__classpath__`
are no longer available. `__outer__` is used only for unnamed outer
classes/modules (and will be removed after they are named).

[Important note]
Along with this change we removed several public functions.

 - mrb_class_outer_module()
 - mrb_class_sym()

We believe no one have used those functions, but if you do, please
ask us for the workaround.
2017-08-01 22:25:49 +09:00
..
2017-04-03 16:56:27 +09:00
2015-05-17 22:25:55 +02:00
2017-08-01 22:25:49 +09:00
2017-06-19 09:23:03 +09:00
2017-04-25 17:25:48 +09:00
2016-11-25 23:15:37 +01:00
2017-03-02 10:58:26 +09:00
2017-08-01 22:25:49 +09:00