Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jasonwebster/7b237e34796f36c7082903d31b35c30e to your computer and use it in GitHub Desktop.
Save jasonwebster/7b237e34796f36c7082903d31b35c30e to your computer and use it in GitHub Desktop.
```
:total_amount: !ruby/object:Money
currency: !ruby/object:Money::NullCurrency
symbol: >-
$
disambiguate_symbol:
iso_code: >-
XXX
iso_numeric: >-
999
name: >-
No Currency
smallest_denomination: 1
subunit_to_unit: 100
minor_units: 2
```
```
:total_amount: !ruby/object:Money
value: !ruby/object:BigDecimal 18:0.1E2
cents: 1000
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment