Hi,
In message "Rite - class variables still shared?"
on 04/03/11, Marek Janukowicz <childNOSPAM / t17.ds.pwr.wroc.pl> writes:
|Does anyone know whether in Rite class variables will still be
|shared between class and its superclass? I think current behaviour is
|really annoyning - should I post a RCR on that?
No, you don't have to. Ruby2 class variables will be private to the
class, unless someone succeed to change my mind.
matz.