Class: Integer

Inherits:
Object show all
Defined in:
lib/currency/core_extensions.rb

Instance Method Summary collapse

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