Closed
Description
If the activate
method is called on an extension registry object a second time, it should first clear the previous state. Otherwise, the extensions defined in the block will be activated twice. The registry can detect that activate
has previously been called if the @document
instance variable is set.