# File lib/money/bank/base.rb, line 105 def exchange_with(from, to_currency, &block) raise NotImplementedError, "#exchange_with must be implemented" end