From: thefed Date: 2007-12-25T12:44:19+09:00 Subject: Re: Monkey-patching with modules On Dec 24, 2007, at 4:18 PM, Rick DeNatale wrote: > A module is a namespace, so constant names defined inside a module are > nested within the module. > Is there some equivalent of a variable constant? I'm looking for a variable that is shared only within the module but is variable. Basically, a more restrictive global. Thanks, aRi