# File lib/money/bank/base.rb, line 125 def same_currency?(currency1, currency2) Currency.wrap(currency1) == Currency.wrap(currency2) end