From: Meindert Meindertsma Date: 2008-06-16T23:37:50+09:00 Subject: Re: Is there a difference between load "file" and eval content Meindert Meindertsma wrote: > ... > And there's my problem. I'm using two different libraries both > containing (directly or indirectly) modules or classes with the same > name. To avoid name conflicts, I would like my script to wrap them (or > at least one of them) in their own namespace. But such a thing seems to > be impossible if those modules/classes are placed far away in a long > chain of required libraries. Is there any way out of this library hell? Found this one in another thread: > Moreover, there is already brilliant Script[1] library, which allows to > do such kind of things right now. 1. http://redshift.sourceforge.net/script/doc/index.html -- Posted via http://www.ruby-forum.com/.