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.
13 14 15 |
# File 'lib/currency/core_extensions.rb', line 13 def Money_rep(currency, time = nil) Integer(self * currency.scale) end |