method
_dump
v2_1_10 -
Show latest stable
- Class:
BigDecimal
_dump(p1 = v1)public
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.