You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably doesn't affect anyone in the wild, but our rb_cmpint implementation differs from MRI. MRI always normalizes to {-1, 0, 1}. We do that for Bignum, but not Fixnum.
This probably doesn't affect anyone in the wild, but our
rb_cmpint
implementation differs from MRI. MRI always normalizes to {-1, 0, 1}. We do that forBignum
, but notFixnum
.Example:
The text was updated successfully, but these errors were encountered: