From: Papp Zoltan Date: 2003-08-13T21:02:23+09:00 Subject: Re: Module methods in nested modules with 1.8.0 On Wed, 13 Aug 2003, Gavin Sinclair wrote: > I predict this will work: > > module A; end > > module A::B > def A::B.hello() > end > end Of course I've tried it, too. But it's a syntax error. Padre