id_to_r            36 complex.c          id_real_p, id_to_f, id_to_i, id_to_r,
id_to_r          2136 complex.c          id_to_r = rb_intern("to_r");
id_to_r            63 ext/bigdecimal/bigdecimal.c static ID id_to_r;
id_to_r           249 ext/bigdecimal/bigdecimal.c 	    v = rb_funcall(v, id_to_r, 0);
id_to_r          3361 ext/bigdecimal/bigdecimal.c     id_to_r = rb_intern_const("to_r");
id_to_r          1796 rational.c     #define f_to_r(x) rb_funcall((x), id_to_r, 0)