summaryrefslogtreecommitdiffhomepage
path: root/src/kernel.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-08-01 22:17:51 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-08-01 22:25:49 +0900
commitda24af34b9c46120376fdf3e42dd5c9949fecd5c (patch)
treefc1ec07883875bbd01d5505de4bb9dc25316e579 /src/kernel.c
parent2170fad406ecbb7a9ace6f762a376b3bdc860352 (diff)
downloadmruby-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/kernel.c')
0 files changed, 0 insertions, 0 deletions