From: E S Date: 2004-12-31T07:55:12+09:00 Subject: Re: Namespaces, inverted > 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. E