--_000_950618E0D00138499BE7CC487EBF646D66E63F262DWOODCHUCKNMlo_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi group,

I have a main.rb file which is the entry point for a system. It loads a lotf other ruby files using 'require'. I would like to put this whole systemnside a module 'X' basically for namespacing purposes.

My question is: is it possible to just place the whole of main.rb in modulend then expect all classes and methods etc that get created via requireo be automatically imported into that module (ie just specify the module once in main.rb)? It would be great if this was possible as I wouldn't haveo wrap every single file in module X statements (and wouldn't that createested module X inside the outer module X??)

Any help much appreciated,
James

--_000_950618E0D00138499BE7CC487EBF646D66E63F262DWOODCHUCKNMlo_--