From: Earle Clubb Date: 2008-03-04T23:48:34+09:00 Subject: Cloning a module and isolating it from the clone I'm trying to find a way to create a copy of a module and then sever all ties to the original. I've tried clone and dup, but if anything (e.g class variable) changes in one then it also changes in the other. The result I'm trying to achieve is the same as if I had copied the module source code and renamed the module. Now I have two independent modules with identical functionality. Any ideas on how to do this without manually copying code? Thanks, Earle -- Posted via http://www.ruby-forum.com/.