method
_dump
v2_4_6 -
Show latest stable
- Class:
BigDecimal
_dump(p1 = v1)public
Method used to provide marshalling support.
inf = BigDecimal.new('Infinity') #=> Infinity BigDecimal._load(inf._dump) #=> Infinity
See the Marshal module.