From: E S Date: 2005-02-10T10:02:47+09:00 Subject: Re: What a language! > L�hett�j�: benny > Aihe: What a language! > > just another ruby gotcha: > > to prevent namespace pollution from abitrary loaded files with code in it, I > had the idea to evaluate the code in anonymous modules, that are saved in a > hash (key is the filename/path). > > worked so far, no problem. > > then I tried to include the anonymous modules to have comfortable access to > the classes and methods of the corresponding files and guess what... it > worked! I'm curious, are you doing something different from Kernel#load? > include anonymous modules! whow! I am really impressed! > this language let me try things I would not think about in other languages. > > thank you matz and the other developers for this great language! > > benny E