Project

General

Profile

« Previous | Next » 

Revision 0b81e7d6

Added by shyouhei (Shyouhei Urabe) almost 6 years ago

drop-in type check for rb_define_method_id

We can check the function pointer passed to rb_define_method_id
like how we do so in rb_define_method. This method is relatively
rarely used so there are less problems found than the other APIs.