rb_fix2int 408 include/ruby/ruby.h long rb_fix2int(VALUE); rb_fix2int 409 include/ruby/ruby.h #define FIX2INT(x) ((int)rb_fix2int((VALUE)x))