# File lib/currencies/exchange_bank.rb, line 20
    def get_rate(from, to)
      @mutex.synchronize do
        @rates["#{from}_TO_#{to}".upcase] 
      end
    end