mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2106d4d446
It isn't needed as it's very similar to mrb_define_method_raw() and also there's only one place where mrb_proc_ptr() actually has to be called. Inspired by @furunkel's method cache patch (#2764).