mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
500deece9e
Zero has one digit, but Math.log10(0) returns -Infinity. The method
needs to special-case zero.
The patch adds a regression test that is not clearly related to the
underlying issue because digit_count is private and has no coverage.
Gray area.
This bug was uncovered by
|
||
---|---|---|
.. | ||
active_support | ||
active_support.rb |