Project

General

Profile

« Previous | Next » 

Revision 7bcfd918

Added by shyouhei (Shyouhei Urabe) almost 6 years ago

drop-in type check for rb_define_global_function

We can check the function pointer passed to rb_define_global_function
like we do so in rb_define_method. It turns out that almost anybody
is misunderstanding the API.