# File lib/money/bank/variable_exchange.rb, line 192 def get_rate(from, to, opts = {}) store.get_rate(Currency.wrap(from).iso_code, Currency.wrap(to).iso_code) end