Searched refs:swig_arity_id (Results 1 – 1 of 1) sorted by relevance
1441 static ID swig_arity_id = 0; variable1506 swig_arity_id = rb_intern("arity"); in SWIG_Ruby_InitRuntime()1787 if ( rb_respond_to( proc, swig_arity_id ) == Qtrue ) in SWIG_Ruby_arity()1789 VALUE num = rb_funcall( proc, swig_arity_id, 0 ); in SWIG_Ruby_arity()