# File lib/money/bank/variable_exchange.rb, line 42
      def setup
        @rates = {}
        @mutex = Mutex.new
        self
      end