Module: StoreAsInt::ActsAsMoneyInt
- Defined in:
- lib/store_as_int/money.rb
Instance Method Summary collapse
Instance Method Details
#dollar_str ⇒ Object
38 39 40 |
# File 'lib/store_as_int/money.rb', line 38 def dollar_str to_cents.to_s(true) end |
#to_cents ⇒ Object
42 43 44 |
# File 'lib/store_as_int/money.rb', line 42 def to_cents StoreAsInt::Money.new self end |