mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
caeacea86e
The following methods will be made static. - `Class#new` - `Proc#call` - `Kernel#catch` Previously, static const RProc could not be registered as a method, but this has been changed to allow it.