rb_check_convert_type 424 array.c return rb_check_convert_type(ary, T_ARRAY, "Array", "to_ary"); rb_check_convert_type 353 ext/syck/rubyext.c if ( !NIL_P(tmp = rb_check_convert_type(entry, T_HASH, "Hash", "to_hash")) ) rb_check_convert_type 588 ext/syck/rubyext.c if ( !NIL_P(tmp = rb_check_convert_type(v, T_HASH, "Hash", "to_hash")) ) rb_check_convert_type 598 ext/syck/rubyext.c VALUE tmph = rb_check_convert_type(end, T_HASH, "Hash", "to_hash"); rb_check_convert_type 1624 ext/syck/rubyext.c VALUE hsh = rb_check_convert_type(val, T_HASH, "Hash", "to_hash"); rb_check_convert_type 1658 ext/syck/rubyext.c VALUE hsh = rb_check_convert_type(val, T_HASH, "Hash", "to_hash"); rb_check_convert_type 2755 ext/zlib/zlib.c opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash"); rb_check_convert_type 2953 ext/zlib/zlib.c opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash"); rb_check_convert_type 714 file.c tmp = rb_check_convert_type(file, T_FILE, "IO", "to_io"); rb_check_convert_type 732 file.c tmp = rb_check_convert_type(*file, T_FILE, "IO", "to_io"); rb_check_convert_type 397 hash.c return rb_check_convert_type(hash, T_HASH, "Hash", "to_hash"); rb_check_convert_type 654 hash.c b = rb_check_convert_type(proc, T_DATA, "Proc", "to_proc"); rb_check_convert_type 451 include/ruby/intern.h VALUE rb_check_convert_type(VALUE,int,const char*,const char*); rb_check_convert_type 259 io.c return rb_check_convert_type(io, T_FILE, "IO", "to_io"); rb_check_convert_type 4748 io.c tmp = rb_check_convert_type(last, T_HASH, "Hash", "to_hash"); rb_check_convert_type 5994 io.c VALUE fd = rb_check_convert_type(argv[0], T_FIXNUM, "Fixnum", "to_int"); rb_check_convert_type 2349 object.c tmp = rb_check_convert_type(val, T_ARRAY, "Array", "to_a"); rb_check_convert_type 1231 process.c else if (!NIL_P(tmp = rb_check_convert_type(v, T_FILE, "IO", "to_io"))) { rb_check_convert_type 1581 process.c hash = rb_check_convert_type((*argv_p)[*argc_p-1], T_HASH, "Hash", "to_hash"); rb_check_convert_type 1589 process.c hash = rb_check_convert_type((*argv_p)[0], T_HASH, "Hash", "to_hash"); rb_check_convert_type 2950 re.c return rb_check_convert_type(re, T_REGEXP, "Regexp", "to_regexp"); rb_check_convert_type 163 sprintf.c tmp = rb_check_convert_type(argv[1], T_HASH, "Hash", "to_hash"); rb_check_convert_type 1267 string.c str = rb_check_convert_type(str, T_STRING, "String", "to_str"); rb_check_convert_type 3376 string.c hash = rb_check_convert_type(argv[1], T_HASH, "Hash", "to_hash"); rb_check_convert_type 3518 string.c hash = rb_check_convert_type(argv[1], T_HASH, "Hash", "to_hash"); rb_check_convert_type 2526 transcode.c opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash"); rb_check_convert_type 221 vm_insnhelper.c VALUE b = rb_check_convert_type(proc, T_DATA, "Proc", "to_proc"); rb_check_convert_type 248 vm_insnhelper.c VALUE tmp = rb_check_convert_type(ary, T_ARRAY, "Array", "to_a");