rb_num2int 407 include/ruby/ruby.h long rb_num2int(VALUE); rb_num2int 413 include/ruby/ruby.h return FIXNUM_P(x) ? FIX2INT(x) : rb_num2int(x);