diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-08-01 22:17:51 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-08-01 22:25:49 +0900 |
| commit | da24af34b9c46120376fdf3e42dd5c9949fecd5c (patch) | |
| tree | fc1ec07883875bbd01d5505de4bb9dc25316e579 /src/array.c | |
| parent | 2170fad406ecbb7a9ace6f762a376b3bdc860352 (diff) | |
| download | mruby-da24af34b9c46120376fdf3e42dd5c9949fecd5c.tar.gz mruby-da24af34b9c46120376fdf3e42dd5c9949fecd5c.zip | |
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.
Diffstat (limited to 'src/array.c')
0 files changed, 0 insertions, 0 deletions
