FIX2INT 409 include/ruby/ruby.h #define FIX2INT(x) ((int)rb_fix2int((VALUE)x)) FIX2INT 422 include/ruby/ruby.h #define FIX2INT(x) ((int)FIX2LONG(x))