From: "Mauricio Fernández" Date: 2003-01-24T21:02:05+09:00 Subject: Re: POLS (with one case: "class variable") On Thu, Jan 23, 2003 at 10:44:14PM +0900, David Garamond wrote: > Mauricio Fern�ndez wrote: > >>i'm mostly concerned with terminology. when people wants "class > >>variable", they actually want "instance variable of class" in ruby. > > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > > class instance variable? > >This is AFAIK the standard terminology: > > class A; @@a = 1; end # class variable > > class A; def a; @a = 1; end; end # instance variable > > class A; @a = 1; end # class instance variable > > sorry, i was just using matz' terminology [ruby-talk:16538] :-) Me too :-) [19535] (umm, my second 'me too' posting in 2 days, what's happening to me?) -- _ _ | |__ __ _| |_ ___ _ __ ___ __ _ _ __ | '_ \ / _` | __/ __| '_ ` _ \ / _` | '_ \ | |_) | (_| | |_\__ \ | | | | | (_| | | | | |_.__/ \__,_|\__|___/_| |_| |_|\__,_|_| |_| Running Debian GNU/Linux Sid (unstable) batsman dot geo at yahoo dot com The documentation is in Japanese. Good luck. -- Rich $alz