class Money::Config
def reset_current
def reset_current thread_local_config.delete(Fiber.current.object_id) Thread.current[CONFIG_THREAD] = nil if thread_local_config.empty? end
def reset_current thread_local_config.delete(Fiber.current.object_id) Thread.current[CONFIG_THREAD] = nil if thread_local_config.empty? end