mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ebfdf8ae43
In CRuby the inherited method is invoked before Class.new yields to the block. An "already initialized error" exception is also removed since the inherited method is now invoked before initialization and can set instance variables on a class.