f_kind_of_p       227 complex.c          return f_kind_of_p(x, rb_cNumeric);
f_kind_of_p       233 complex.c          return f_kind_of_p(x, rb_cInteger);
f_kind_of_p       239 complex.c          return f_kind_of_p(x, rb_cFloat);
f_kind_of_p       245 complex.c          return f_kind_of_p(x, rb_cRational);
f_kind_of_p       251 complex.c          return f_kind_of_p(x, rb_cComplex);
f_kind_of_p       199 rational.c         return f_kind_of_p(x, rb_cNumeric);
f_kind_of_p       205 rational.c         return f_kind_of_p(x, rb_cInteger);
f_kind_of_p       211 rational.c         return f_kind_of_p(x, rb_cFloat);
f_kind_of_p       217 rational.c         return f_kind_of_p(x, rb_cRational);