# File lib/money/rates_store/memory.rb, line 39 def add_rate(currency_iso_from, currency_iso_to, rate) transaction { index[rate_key_for(currency_iso_from, currency_iso_to)] = rate } end