rb_convert_type 204 array.c return rb_convert_type(ary, T_ARRAY, "Array", "to_ary");
rb_convert_type 631 array.c return rb_convert_type(obj, T_ARRAY, "Array", "to_ary");
rb_convert_type 413 ext/stringio/stringio.c orig = rb_convert_type(orig, T_DATA, "StringIO", "to_strio");
rb_convert_type 254 hash.c return rb_convert_type(hash, T_HASH, "Hash", "to_hash");
rb_convert_type 2175 io.c return rb_convert_type(io, T_FILE, "IO", "to_io");
rb_convert_type 1124 object.c VALUE f = rb_convert_type(val, T_FLOAT, "Float", "to_f");
rb_convert_type 1180 object.c return rb_convert_type(val, T_STRING, "String", "to_s");
rb_convert_type 212 string.c return rb_convert_type(str, T_STRING, "String", "to_str");