Class: Float
Instance Method Summary collapse
-
#Money_rep(currency, time = nil) ⇒ Object
Inexact conversion to Money representation value.
Instance Method Details
#Money_rep(currency, time = nil) ⇒ Object
Inexact conversion to Money representation value.
20 21 22 |
# File 'lib/currency/core_extensions.rb', line 20 def Money_rep(currency, time = nil) Integer(Currency::Config.current.float_ref_filter.call(self * currency.scale)) end |