numeric.c:1072
int
rb_num2int(val)
    VALUE val;
{
    return rb_num2long(val);
}
