mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fd7896e579
The invocation of `initialize` hook can cause infinite recursion too easily. We stop invoking the method for safety, at the cost of less flexibility. The `initialize` methods (e.g. ones defined in `mrblib/10error.rb`) are called only from `NoMethodError.new(args..)` forms.