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