Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include <method.h>
Data Fields | |
VALUE(* | func )(ANYARGS) |
VALUE(* | invoker )(VALUE recv, int argc, const VALUE *argv, VALUE(*func)(ANYARGS)) |
int | argc |
int rb_method_cfunc_struct::argc |
Definition at line 134 of file method.h.
Referenced by rb_add_method_cfunc().
VALUE(* rb_method_cfunc_struct::func)() |
Definition at line 132 of file method.h.
Referenced by rb_add_method_cfunc().