rb_convert_type   631 array.c            return rb_convert_type(ary, T_ARRAY, "Array", "to_ary");
rb_convert_type  6376 compile.c          obj = rb_convert_type(obj, T_SYMBOL, "Symbol", "to_sym");
rb_convert_type  6429 compile.c      	v = rb_convert_type(RARRAY_AREF(exception, i), T_ARRAY,
rb_convert_type  6611 compile.c      			op = rb_convert_type(op, T_SYMBOL, "Symbol", "to_sym");
rb_convert_type  6627 compile.c      			argv[j] = rb_convert_type(op, T_SYMBOL,
rb_convert_type  6636 compile.c      			    op = rb_convert_type(op, T_ARRAY, "Array", "to_ary");
rb_convert_type  6678 compile.c      #define CHECK_ARRAY(v)   rb_convert_type((v), T_ARRAY, "Array", "to_ary")
rb_convert_type  6679 compile.c      #define CHECK_SYMBOL(v)  rb_convert_type((v), T_SYMBOL, "Symbol", "to_sym")
rb_convert_type  1950 complex.c      	    return rb_convert_type(a1, T_COMPLEX, "Complex", "to_c");
rb_convert_type   714 ext/io/console/console.c     cpos = rb_convert_type(cpos, T_ARRAY, "Array", "to_ary");
rb_convert_type  1017 ext/pathname/pathname.c         ary = rb_convert_type(ary, T_ARRAY, "Array", "to_ary");
rb_convert_type  1077 ext/pathname/pathname.c     ary = rb_convert_type(ary, T_ARRAY, "Array", "to_ary");
rb_convert_type  1615 ext/socket/raddrinfo.c     ary = rb_convert_type(ary, T_ARRAY, "Array", "to_ary");
rb_convert_type  1688 ext/socket/raddrinfo.c         VALUE pair = rb_convert_type(v, T_ARRAY, "Array", "to_ary");
rb_convert_type   473 ext/stringio/stringio.c     orig = rb_convert_type(orig, T_DATA, "StringIO", "to_strio");
rb_convert_type   332 ext/tk/tkutil/tkutil.c     keys = rb_convert_type(keys, T_HASH, "Hash", "to_hash");
rb_convert_type   708 hash.c             return rb_convert_type(hash, T_HASH, "Hash", "to_hash");
rb_convert_type   608 include/ruby/intern.h VALUE rb_convert_type(VALUE,int,const char*,const char*);
rb_convert_type   658 io.c               return rb_convert_type(io, T_FILE, "IO", "to_io");
rb_convert_type  9680 io.c           	v = rb_convert_type(v, T_ARRAY, "Array", "to_ary");
rb_convert_type   501 iseq.c         #define CHECK_ARRAY(v)   rb_convert_type((v), T_ARRAY, "Array", "to_ary")
rb_convert_type   502 iseq.c         #define CHECK_HASH(v)    rb_convert_type((v), T_HASH, "Hash", "to_hash")
rb_convert_type   503 iseq.c         #define CHECK_STRING(v)  rb_convert_type((v), T_STRING, "String", "to_str")
rb_convert_type   504 iseq.c         #define CHECK_SYMBOL(v)  rb_convert_type((v), T_SYMBOL, "Symbol", "to_sym")
rb_convert_type  2934 object.c           return rb_convert_type(val, T_FLOAT, "Float", "to_f");
rb_convert_type  2964 object.c           return rb_convert_type(val, T_FLOAT, "Float", "to_f");
rb_convert_type  3054 object.c           val = rb_convert_type(val, T_FLOAT, "Float", "to_f");
rb_convert_type  3063 object.c       	tmp = rb_convert_type(val, T_STRING, "String", "to_s");
rb_convert_type  2375 process.c                  envtbl = rb_convert_type(envtbl, T_HASH, "Hash", "to_hash");
rb_convert_type  1845 rational.c             x = rb_convert_type(x, T_RATIONAL, "Rational", "to_r");
rb_convert_type  2443 rational.c     	    return rb_convert_type(a1, T_RATIONAL, "Rational", "to_r");
rb_convert_type  1238 string.c           return rb_convert_type(str, T_STRING, "String", "to_str");
rb_convert_type  1838 thread.c           mask_arg = rb_convert_type(mask_arg, T_HASH, "Hash", "to_hash");
rb_convert_type  2613 vm.c               kw = rb_convert_type(kw, T_HASH, "Hash", "to_hash");
rb_convert_type   686 vm_trace.c         VALUE sym = rb_convert_type(v, T_SYMBOL, "Symbol", "to_sym");