rb_obj_is_method   30 proc.c         static VALUE rb_obj_is_method(VALUE m);
rb_obj_is_method 1119 proc.c         	if (!rb_obj_is_method(body) && !rb_obj_is_proc(body)) {