class Money::RatesStore::Memory

def marshal_dump

def marshal_dump
  guard.synchronize do
    return [self.class, options, rates.dup]
  end
end