Sha256: 372581421fc937d9acf14cd369cb678db0d6ba16a149fb350e768f0c3cc08f27
Contents?: true
Size: 331 Bytes
Versions: 2
Compression:
Stored size: 331 Bytes
Contents
### Before ```ruby BigDecimal.new("5000.1234") => #<BigDecimal:7f9c81844020,'0.50001234E4',18(18)> ``` ### After ```ruby BigDecimal.new("5000.1234") => #<BigDecimal:"5000.1234"> ``` [![Circle CI](https://circleci.com/gh/wealthsimple/big_decimal_inspect.svg?style=svg)](https://circleci.com/gh/wealthsimple/big_decimal_inspect)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
big_decimal_inspect-0.0.2 | README.md |
big_decimal_inspect-0.0.1 | README.md |