From: Benoit Daloze Date: 2010-08-08T08:40:34+09:00 Subject: Re: Term meaning "Class or Module" On 8 August 2010 01:36, Andrew Wagner wrote: > On Sat, Aug 7, 2010 at 9:51 AM, Intransition wrote: >> Anyone have a term, for an attribute name, meaning "Class or Module". >> I probably would just use #class but that's a keyword so that's out. >> So far I've tried #scope and #namespace, but neither seem quite right. >> Any suggestions? >> > I would tend to call it a module, since a class is_a module, and I'm > guessing it's probably the only subclass of module. > Agreed. And for the name, I already met some 'mod' (if 'module' can not work), which is better than 'klass' to my eyes. (Wrong spelling just hurts) B.D.