# File lib/money/bank/variable_exchange.rb, line 159
      def get_rate(from, to)
        @mutex.synchronize { @rates[rate_key_for(from, to)] }
      end