From: Fred Phillips Date: 2007-05-29T02:42:43+09:00 Subject: Re: classes within a module? ------=_Part_112363_11463139.1180374165005 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Say you had a class called "Document", there is already a class called "Document", so you need to differentiate between the two, so you put them in separate modules. So then "MODULE1::Document" is different from "MODULE2::Document". -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFGWxSW2vy7v+d+psQRAiyuAJ9Hy9kkpx6+vM0EqOWItOiB6ygbfgCgugzL tmtWlXNCbQF1O2qBCAFaA28= =jlYr -----END PGP SIGNATURE----- On 28/05/07, aidy.lewis@googlemail.com wrote: > > Why do Rubyists generally hold a number of classes within a module? > > cheers > > aidy > > > ------=_Part_112363_11463139.1180374165005--