rb_check_convert_type 228 array.c val = rb_check_convert_type(size, T_ARRAY, "Array", "to_ary");
rb_check_convert_type 6705 eval.c b = rb_check_convert_type(block, T_DATA, "Proc", "to_proc");
rb_check_convert_type 2511 io.c line = rb_check_convert_type(argv[i], T_ARRAY, "Array", "to_ary");
rb_check_convert_type 2764 io.c VALUE fd = rb_check_convert_type(argv[0], T_FIXNUM, "Fixnum", "to_int");
rb_check_convert_type 237 signal.c str = rb_check_convert_type(argv[0], T_STRING, "String", "to_str");
rb_check_convert_type 728 string.c str2 = rb_check_convert_type(str2, T_STRING, "String", "to_str");
rb_check_convert_type 1393 string.c val = rb_check_convert_type(pat, T_STRING, "String", "to_str");