Class: BigDecimal
- Inherits:
-
Object
- Object
- BigDecimal
- Defined in:
- lib/zenaton/refinements/big_decimal.rb
Overview
Reimplements ‘json/add/bigdecimal`
Class Method Summary collapse
Class Method Details
.from_zenaton(props) ⇒ Object
22 23 24 |
# File 'lib/zenaton/refinements/big_decimal.rb', line 22 def self.from_zenaton(props) BigDecimal._load props['b'] end |