From: Austin Ziegler Date: 2006-10-09T21:32:44+09:00 Subject: Re: Shortcut for nested modules On 10/9/06, John Ky wrote: > Hello, > > Is there a short cut for: > > > module A; module B; module C; module D > > def D.f > > end > > end; end; end; end > > The following doesn't work for me: > > > module A::B::C::D > > def D.f > > end > > end That will work if A::B::C exist. -austin -- Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/ * austin@halostatue.ca * http://www.halostatue.ca/feed/ * austin@zieglers.ca