Flowdock
_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.

Show source
Register or log in to add new notes.