On Sat, 02 Jul 2005 20:32:15 +0900, Andrew Walrond wrote:

> This is what I do in Heretix:
> 
> ...
> 

Thanks so far.
By overwriting Kernel#load and Kernel#require I could live with this
method. The only problem I still have is how to load a .so file this way.
I need something like module_eval(IO.read(filename)) for .so files. I
guess this is impossible, right?

Benjamin Hepp