Project

General

Profile

« Previous | Next » 

Revision 3df37259

Added by shyouhei (Shyouhei Urabe) almost 6 years ago

drop-in type check for rb_define_singleton_method

We can check the function pointer passed to
rb_define_singleton_method like how we do so in rb_define_method.
Doing so revealed many arity mismatches.