Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 491 Bytes

Circle CI

Before:

BigDecimal.new("5000.1234")
=> #<BigDecimal:7f9c81844020,'0.50001234E4',18(18)>

After:

BigDecimal.new("5000.1234")
=> #<BigDecimal:"5000.1234">

Installation

gem 'big_decimal_inspect'