f_kind_of_p 235 complex.c return f_kind_of_p(x, rb_cNumeric); f_kind_of_p 253 complex.c return f_kind_of_p(x, rb_cFloat); f_kind_of_p 259 complex.c return f_kind_of_p(x, rb_cRational); f_kind_of_p 265 complex.c return f_kind_of_p(x, rb_cComplex); f_kind_of_p 1965 ext/date/date_core.c return f_kind_of_p(x, cDate); f_kind_of_p 1971 ext/date/date_core.c return f_kind_of_p(x, rb_cNumeric); f_kind_of_p 1977 ext/date/date_core.c return f_kind_of_p(x, rb_cRational); f_kind_of_p 244 rational.c return f_kind_of_p(x, rb_cNumeric); f_kind_of_p 250 rational.c return f_kind_of_p(x, rb_cInteger); f_kind_of_p 256 rational.c return f_kind_of_p(x, rb_cFloat); f_kind_of_p 262 rational.c return f_kind_of_p(x, rb_cRational);