# File lib/money/bank/variable_exchange.rb, line 51 def marshal_load(arr) @rates, @rounding_method = arr @mutex = Mutex.new end