Class: BigDecimal

Inherits:
Object
  • Object
show all
Defined in:
lib/currency_math.rb

Instance Method Summary collapse

Instance Method Details

#currency_stringObject



19
20
21
# File 'lib/currency_math.rb', line 19

def currency_string
  truncate(2).to_s('F').with_trailing_zeros
end