From: Trans Date: 2007-06-15T15:28:20+09:00 Subject: Re: Module/Class Organization On Jun 2, 1:00 pm, Robert Klemme wrote: > > 3) EXTERNAL BASE > > > In this case the organizing module contains a plurality of > > subclasses. The base class is external to this module. > > > class Foo > > end > > > module Foos > > > class Bar < Foo > > end > > > end > > I haven't seen this one and would not do it because it does not ensure > proper use of namespaces. Sorry for the delayed response on this. So very busy. Could you explain further what you mean by "does not ensure proper use". Thanks, T.