# File lib/money/bank/variable_exchange.rb, line 59 def initialize(st = Money::RatesStore::Memory.new, &block) @store = st super(&block) end