From: Ryan Davis Date: 2012-05-23T06:29:36+09:00 Subject: Re: remove Modules On May 22, 2012, at 05:26 , Mario Ruiz wrote: > How is it possible to remove modules from memory > In some files I have something like: >> module MyModule >> module A >> end >> end > and in some point I want to delete that module to be not available in > other files Why? That seems like a design smell to me.