Ruby 3.3 resolves the Range#size bug for rational endpoints
Ruby 3.3 fixes a bug in Range#size when dealing with Rational endpoints, ensuring accurate element counting. Checkout my blog to learn more about it
https://blog.saeloun.com/2023/12/04/ruby-3-3-range-size-method-rational-endpoint/
Post a comment