Class: BigDecimal
- Inherits:
-
Object
- Object
- BigDecimal
- Defined in:
- lib/currency_math.rb
Instance Method Summary collapse
Instance Method Details
#currency_string ⇒ Object
19 20 21 |
# File 'lib/currency_math.rb', line 19 def currency_string truncate(2).to_s('F').with_trailing_zeros end |