NUM2INT 237 ruby.h #define NUM2INT(x) (FIXNUM_P(x)?FIX2INT(x):rb_num2int((VALUE)x)) NUM2INT 243 ruby.h #define NUM2INT(x) NUM2LONG(x)