From: ts Date: 2003-02-18T19:19:24+09:00 Subject: Re: module This::Encompassing::That >>>>> "Y" == Yukihiro Matsumoto writes: Y> | personnaly my problem is more with Y> | Y> | class A::B::C < D Y> | end Y> Do you worry about which namespace D searched in? I guess it must be Y> top level (not A nor B). Yes, my problem is with class D end module A class D end end if I'm right class A::B < D end it's not the same than module A class B < D end end Guy Decoux