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