rb_check_funcall 37 compar.c return rb_check_funcall(y, cmp, 1, &x); rb_check_funcall 345 enum.c r = rb_check_funcall(self, id_size, 0, 0); rb_check_funcall 353 enum.c VALUE size = rb_check_funcall(obj, id_size, 0, 0); rb_check_funcall 362 enum.c VALUE size = rb_check_funcall(obj, id_size, 0, 0); rb_check_funcall 923 enumerator.c rb_check_funcall(e->obj, id_rewind, 0, 0); rb_check_funcall 1050 enumerator.c size = rb_check_funcall(e->size, id_call, argc, argv); rb_check_funcall 1299 enumerator.c VALUE r = rb_check_funcall(self, id_size, 0, 0); rb_check_funcall 925 error.c return rb_check_funcall(obj, idException, 0, 0); rb_check_funcall 953 error.c mesg = rb_check_funcall(obj, id_message, 0, 0); rb_check_funcall 955 error.c backtrace = rb_check_funcall(obj, id_backtrace, 0, 0); rb_check_funcall 705 eval.c mesg = rb_check_funcall(exc, idException, n, argv+1); rb_check_funcall 130 eval_error.c (e = rb_check_funcall(errinfo, rb_intern("message"), 0, 0)) != Qundef && rb_check_funcall 658 ext/fiddle/pointer.c else if ((vptr = rb_check_funcall(val, id_to_ptr, 0, 0)) != Qundef){ rb_check_funcall 35 ext/pathname/pathname.c str = rb_check_funcall(arg, id_to_path, 0, NULL); rb_check_funcall 177 file.c tmp = rb_check_funcall(obj, to_path, 0, 0); rb_check_funcall 2698 gc.c return rb_check_funcall(args[0], idCall, 1, args+1); rb_check_funcall 293 include/ruby/intern.h VALUE rb_check_funcall(VALUE, ID, int, const VALUE*); rb_check_funcall 4419 io.c rb_check_funcall(io, rb_intern("close"), 0, 0); rb_check_funcall 4439 io.c VALUE closed = rb_check_funcall(io, rb_intern("closed?"), 0, 0); rb_check_funcall 492 iseq.c VALUE iseqv = rb_check_funcall(rb_cISeq, rb_intern("load_iseq"), 1, &fname); rb_check_funcall 184 marshal.c check_dump_arg(rb_check_funcall(obj, sym, argc, argv), arg, name_##sym) rb_check_funcall 2034 marshal.c rb_check_funcall(port, s_binmode, 0, 0); rb_check_funcall 168 numeric.c VALUE r = rb_check_funcall(num, mid, 1, &zero); rb_check_funcall 1293 numeric.c if (isinf(a) && (i = rb_check_funcall(y, rb_intern("infinite?"), 0, 0)) != Qundef) { rb_check_funcall 2305 numeric.c return rb_check_funcall(num, '>', 1, &zero); rb_check_funcall 2556 object.c r = rb_check_funcall(val, m, 0, 0); rb_check_funcall 518 range.c VALUE is_int = rb_check_funcall(v, id_integer_p, 0, 0); rb_check_funcall 3028 string.c VALUE tmp = rb_check_funcall(str2, idTo_str, 0, 0); rb_check_funcall 501 time.c if ((tmp = rb_check_funcall(v, rb_intern("to_r"), 0, NULL)) != Qundef) { rb_check_funcall 2265 time.c ary = rb_check_funcall(num, id_divmod, 1, &i); rb_check_funcall 1252 vm_eval.c return rb_check_funcall(arg->obj, arg->mid, arg->argc, arg->argv); rb_check_funcall 2531 vm_insnhelper.c r = rb_check_funcall(v, idRespond_to_missing, 2, args);