mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9387cd382e
The technique is called "double dispatch" (that was popular in Smalltalk), but it does not work well with mruby. It's slower and consumes more memory. Even thought `#append_features` defined in ISO standard (15.2.2.4.11), we decided to remove it. Strictly speaking, it is mruby limitation. And it should be documented clearly.