Add missing lock for Module#remove_instance_variable
Module#remove_instance_variable
We must take a lock to ensure another ractor isn't reading the ivars while we're moving them.
Add missing lock for
Module#remove_instance_variable
We must take a lock to ensure another ractor isn't reading the ivars
while we're moving them.