No release in over 3 years
Low commit activity in last 3 years
Readable BigDecimal#inspect output
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

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'