rb_respond_to 1169 array.c if (rb_respond_to(obj, rb_intern("to_ary"))) {
rb_respond_to 2680 array.c if (!rb_respond_to(ary2, rb_intern("to_ary"))) {
rb_respond_to 150 enum.c if (rb_respond_to(obj, id_size)) {
rb_respond_to 545 enumerator.c if (rb_respond_to(e->obj, id_rewind))
rb_respond_to 575 error.c if (rb_respond_to(obj, id_message) && rb_respond_to(obj, id_backtrace)) {
rb_respond_to 997 error.c if (!rb_respond_to(exc, en)) return Qfalse;
rb_respond_to 497 eval.c if (!rb_respond_to(argv[0], exception)) {
rb_respond_to 432 ext/dl/cptr.c else if (rb_respond_to(val, id_to_ptr)){
rb_respond_to 267 ext/openssl/ossl.c if(rb_respond_to(obj, ossl_s_to_der))
rb_respond_to 315 ext/readline/readline.c if (!rb_respond_to(proc, rb_intern("call")))
rb_respond_to 179 ext/syck/rubyext.c else if (rb_respond_to(port, s_read)) {
rb_respond_to 180 ext/syck/rubyext.c if (rb_respond_to(port, s_binmode)) {
rb_respond_to 819 ext/syck/rubyext.c if ( rb_respond_to( size, s_to_i ) ) {
rb_respond_to 1117 ext/syck/rubyext.c if ( RARRAY_LEN(subclass_parts) > 0 && rb_respond_to( target_class, s_tag_subclasses ) &&
rb_respond_to 1149 ext/syck/rubyext.c if ( rb_respond_to( target_class, s_call ) )
rb_respond_to 1155 ext/syck/rubyext.c if ( rb_respond_to( target_class, s_yaml_new ) )
rb_respond_to 1170 ext/syck/rubyext.c if ( rb_respond_to( obj, s_yaml_initialize ) )
rb_respond_to 1568 ext/syck/rubyext.c if ( rb_respond_to( emitter, s_node_export ) ) {
rb_respond_to 1689 ext/syck/rubyext.c if ( rb_respond_to( emitter, s_node_export ) ) {
rb_respond_to 1966 ext/syck/rubyext.c else if ( rb_respond_to( options, s_write ) )
rb_respond_to 2616 ext/tk/tcltklib.c if (rb_respond_to(obj, ID_to_s)) {
rb_respond_to 9293 ext/tk/tcltklib.c if (rb_respond_to(interp, ID_encoding_name)) {
rb_respond_to 7582 ext/win32ole/win32ole.c if (rb_respond_to(handler, mid)) {
rb_respond_to 7586 ext/win32ole/win32ole.c if (rb_respond_to(handler, mid)) {
rb_respond_to 1778 ext/zlib/zlib.c if (closeflag && rb_respond_to(io, id_close)) {
rb_respond_to 1793 ext/zlib/zlib.c && rb_respond_to(gz->io, id_flush))
rb_respond_to 2798 ext/zlib/zlib.c if (rb_respond_to(gz->io, id_flush)) {
rb_respond_to 112 file.c if (rb_respond_to(obj, to_path)) {
rb_respond_to 2289 gc.c else if (!rb_respond_to(block, rb_intern("call"))) {
rb_respond_to 1446 hash.c if (!rb_respond_to(hash2, rb_intern("to_hash"))) {
rb_respond_to 275 include/ruby/intern.h int rb_respond_to(VALUE, ID);
rb_respond_to 5133 io.c if (rb_respond_to(argv[0], to_open)) {
rb_respond_to 5778 io.c if (!rb_respond_to(val, mid)) {
rb_respond_to 7616 io.c if (!rb_respond_to(stp->src, read_method)) {
rb_respond_to 7687 io.c rb_respond_to(stp->src, rb_intern("to_path")))) {
rb_respond_to 7714 io.c rb_respond_to(stp->dst, rb_intern("to_path")))) {
rb_respond_to 589 marshal.c if (rb_respond_to(obj, s_mdump)) {
rb_respond_to 601 marshal.c if (rb_respond_to(obj, s_dump)) {
rb_respond_to 769 marshal.c if (!rb_respond_to(obj, s_dump_data)) {
rb_respond_to 879 marshal.c if (!rb_respond_to(port, s_write)) {
rb_respond_to 884 marshal.c if (rb_respond_to(port, s_binmode)) {
rb_respond_to 1455 marshal.c if (!rb_respond_to(klass, s_load)) {
rb_respond_to 1483 marshal.c if (!rb_respond_to(v, s_mload)) {
rb_respond_to 1510 marshal.c if (rb_respond_to(klass, s_alloc)) {
rb_respond_to 1526 marshal.c if (!rb_respond_to(v, s_load_data)) {
rb_respond_to 1632 marshal.c else if (rb_respond_to(port, s_getbyte) && rb_respond_to(port, s_read)) {
rb_respond_to 1633 marshal.c if (rb_respond_to(port, s_binmode)) {
rb_respond_to 1993 object.c if (!rb_respond_to(val, m)) {
rb_respond_to 368 range.c if (!rb_respond_to(b, id_succ)) {
rb_respond_to 415 range.c if (!rb_respond_to(beg, id_succ)) {
rb_respond_to 609 range.c if (!rb_respond_to(range, id_beg)) return Qfalse;
rb_respond_to 610 range.c if (!rb_respond_to(range, id_end)) return Qfalse;
rb_respond_to 2124 string.c if (!rb_respond_to(str2, rb_intern("to_str"))) {
rb_respond_to 2187 string.c if (!rb_respond_to(str2, rb_intern("to_str"))) {
rb_respond_to 2190 string.c else if (!rb_respond_to(str2, rb_intern("<=>"))) {
rb_respond_to 224 time.c if (rb_respond_to(num, id_divmod)) {