rb_check_convert_type  637 array.c            return rb_check_convert_type(ary, T_ARRAY, "Array", "to_ary");
rb_check_convert_type 2015 array.c        	    tmp = rb_check_convert_type(val, T_ARRAY, "Array", "to_ary");
rb_check_convert_type 1177 ext/socket/ancdata.c             v = rb_check_convert_type(elt, T_ARRAY, "Array", "to_ary");
rb_check_convert_type 3529 ext/zlib/zlib.c 	opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash");
rb_check_convert_type 1008 file.c             tmp = rb_check_convert_type(file, T_FILE, "IO", "to_io");
rb_check_convert_type 1027 file.c             tmp = rb_check_convert_type(*file, T_FILE, "IO", "to_io");
rb_check_convert_type  714 hash.c             return rb_check_convert_type(hash, T_HASH, "Hash", "to_hash");
rb_check_convert_type 1024 hash.c             b = rb_check_convert_type(proc, T_DATA, "Proc", "to_proc");
rb_check_convert_type  609 include/ruby/intern.h VALUE rb_check_convert_type(VALUE,int,const char*,const char*);
rb_check_convert_type  664 io.c               return rb_check_convert_type(io, T_FILE, "IO", "to_io");
rb_check_convert_type 7680 io.c           	VALUE fd = rb_check_convert_type(argv[0], T_FIXNUM, "Fixnum", "to_int");
rb_check_convert_type 2984 object.c           return rb_check_convert_type(val, T_FLOAT, "Float", "to_f");
rb_check_convert_type 3093 object.c       	tmp = rb_check_convert_type(val, T_ARRAY, "Array", "to_a");
rb_check_convert_type 1479 process.c          else if (!NIL_P(tmp = rb_check_convert_type(v, T_FILE, "IO", "to_io"))) {
rb_check_convert_type 3481 re.c               return rb_check_convert_type(re, T_REGEXP, "Regexp", "to_regexp");
rb_check_convert_type 2062 string.c           str = rb_check_convert_type(str, T_STRING, "String", "to_str");
rb_check_convert_type  789 vm_args.c      		b = rb_check_convert_type(proc, T_DATA, "Proc", "to_proc");