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