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