_dump
Instance Public methods
Method used to provide marshalling support.
inf = BigDecimal.new('Infinity') => #<BigDecimal:1e16fa8,'Infinity',9(9)> BigDecimal._load(inf._dump) => #<BigDecimal:1df8dc8,'Infinity',9(9)>
See the Marshal module.
Please login to continue.