Erik Veenstra wrote: >> May be Richard Dale has a solution for this? >> >> "class << file" changes Dirs' ancestors by Qt. > > At the end of "Qt/qtruby.rb", "Qt" is included in class > "Module": > > class Module > include Qt > end > > This affects all other code in the application! The test script > below shows the consequences. > > Is that funny?... Not! > > (Somehow, test 24 does work...) Oh dear! I got Erik's email about the bug, and I'm having a look at it. It seems a serious problem - I've had unexpected problems with namespaces before, and I think this is what's causing it. -- Richard