rb_obj_is_method  434 include/ruby/intern.h VALUE rb_obj_is_method(VALUE);
rb_obj_is_method 1396 proc.c             if (!rb_obj_is_method(other))
rb_obj_is_method 1807 proc.c         	if (rb_obj_is_method(body)) {
rb_obj_is_method 2293 transcode.c    	else if (rb_obj_is_method(fallback)) {
rb_obj_is_method 2553 transcode.c    	    ? (rb_obj_is_proc(v) || rb_obj_is_method(v) || rb_respond_to(v, sym_aref))