Class: Integer
Instance Method Summary collapse
-
#Money_rep(currency, time = nil) ⇒ Object
Exact conversion to Money representation value.
Instance Method Details
#Money_rep(currency, time = nil) ⇒ Object
Exact conversion to Money representation value.
17 18 19 |
# File 'lib/currency/core_extensions.rb', line 17 def Money_rep(currency, time = nil) Integer(self * currency.scale) end |