From: Robert Klemme Date: 2004-12-31T21:46:41+09:00 Subject: Re: Namespaces, inverted "E S" schrieb im Newsbeitrag news:20041230225508.YVYV5992.fep32-app.kolumbus.fi@mta.imail.kolumbus.fi... >> L�hett�j�: "Robert Klemme" >> We would have to think about what happens if a wrapped module requires >> another module. > > I don't think anything will. Try this: > > module Test > require 'thread' > end > > m = Test::Mutex.new > > Should cause an error. There's probably a misunderstanding: I was not talking about actual behavior but about the behavior of the suggested new include / require functionality that was capable of wrapping loaded code in a module. Regards robert