Flowdock
method

_dump

Importance_1
_dump(p1 = v1) public

Method used to provide marshalling support.

inf = BigDecimal('Infinity')
  #=> Infinity
BigDecimal._load(inf._dump)
  #=> Infinity

See the Marshal module.

Show source
Register or log in to add new notes.