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