module Money::Exchange
Direct including types
Defined in:
money/money/exchange.crInstance Method Summary
-
#exchange_to(other_currency) : Money
Exchanges
self
to a newMoney
object in other_currency. -
#with_same_currency(other : Money, &)
Yields other
Money
object exchanged toself.currency
.
Instance Method Detail
Exchanges self
to a new Money
object in other_currency.
Yields other Money
object exchanged to self.currency
.