class Money::Config

def current=(config)

def current=(config)
  thread_local_config[Fiber.current.object_id] = config
end