Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Integer#round spec work regardless of pointer size
The spec is actually testing a behaviour stemming from NUM2INT(), and since `sizeof(long)>=sizeof(int)`, `min_long-1` always makes NUM2INT() raise `RangeError`.
- Loading branch information