rb_respond_to 3835 array.c if (!rb_respond_to(ary2, idTo_ary)) {
rb_respond_to 2580 enum.c if (!rb_respond_to(argv[i], id_each)) {
rb_respond_to 341 enumerator.c if (NIL_P(argv[0]) || rb_respond_to(argv[0], id_call) ||
rb_respond_to 1568 enumerator.c if (rb_respond_to(result, id_force) && rb_respond_to(result, id_each)) {
rb_respond_to 1807 enumerator.c if (!rb_respond_to(argv[i], id_each)) {
rb_respond_to 1559 error.c if (!rb_respond_to(exc, id_errno)) return Qfalse;
rb_respond_to 327 ext/openssl/ossl.c if(rb_respond_to(obj, ossl_s_to_der))
rb_respond_to 1406 ext/openssl/ossl_ssl.c if (rb_respond_to(io, rb_intern("nonblock=")))
rb_respond_to 263 ext/psych/psych_parser.c if(rb_respond_to(yaml, id_path))
rb_respond_to 276 ext/psych/psych_parser.c if (rb_respond_to(yaml, id_read)) {
rb_respond_to 621 ext/readline/readline.c if (!NIL_P(proc) && !rb_respond_to(proc, rb_intern("call")))
rb_respond_to 818 ext/readline/readline.c if (!NIL_P(proc) && !rb_respond_to(proc, rb_intern("call")))
rb_respond_to 3187 ext/tk/tcltklib.c if (rb_respond_to(obj, ID_to_s)) {
rb_respond_to 10194 ext/tk/tcltklib.c if (rb_respond_to(interp, ID_encoding_name)) {
rb_respond_to 845 ext/win32ole/win32ole_event.c if (rb_respond_to(handler, mid)) {
rb_respond_to 849 ext/win32ole/win32ole_event.c if (rb_respond_to(handler, mid)) {
rb_respond_to 2349 ext/zlib/zlib.c if (closeflag && rb_respond_to(io, id_close)) {
rb_respond_to 2364 ext/zlib/zlib.c && rb_respond_to(gz->io, id_flush))
rb_respond_to 3547 ext/zlib/zlib.c if (rb_respond_to(io, id_path)) {
rb_respond_to 3577 ext/zlib/zlib.c if (rb_respond_to(gz->io, id_flush)) {
rb_respond_to 3750 ext/zlib/zlib.c if (rb_respond_to(io, id_path)) {
rb_respond_to 2103 hash.c if (!rb_respond_to(hash2, idTo_hash)) {
rb_respond_to 400 include/ruby/intern.h int rb_respond_to(VALUE, ID);
rb_respond_to 6559 io.c if (rb_respond_to(argv[0], to_open)) {
rb_respond_to 7315 io.c if (!rb_respond_to(val, mid)) {
rb_respond_to 10502 io.c if (!rb_respond_to(stp->src, read_method)) {
rb_respond_to 10580 io.c rb_respond_to(src_io, rb_intern("to_path")))) {
rb_respond_to 10606 io.c rb_respond_to(dst_io, rb_intern("to_path")))) {
rb_respond_to 461 iseq.c if (rb_respond_to(rb_cISeq, rb_intern("translate"))) {
rb_respond_to 1022 marshal.c if (!rb_respond_to(port, s_write)) {
rb_respond_to 2033 marshal.c else if (rb_respond_to(port, s_getbyte) && rb_respond_to(port, s_read)) {
rb_respond_to 313 numeric.c if (!rb_respond_to(*y, id_coerce)) {
rb_respond_to 1125 random.c if (!rb_respond_to(end, id_minus)) return Qfalse;
rb_respond_to 318 range.c return rb_respond_to(obj, id_succ);
rb_respond_to 1002 range.c if (!rb_respond_to(range, id_beg)) return (int)Qfalse;
rb_respond_to 1003 range.c if (!rb_respond_to(range, id_end)) return (int)Qfalse;
rb_respond_to 2973 string.c if (!rb_respond_to(str2, idTo_str)) {
rb_respond_to 504 time.c if (!rb_respond_to(v, rb_intern("to_int"))) goto typeerror;
rb_respond_to 2553 transcode.c ? (rb_obj_is_proc(v) || rb_obj_is_method(v) || rb_respond_to(v, sym_aref))