From: matz@... (Yukihiro Matsumoto) Date: 2003-08-22T03:35:52+09:00 Subject: Re: Class variables - a surprising result Hi, In message "Re: Class variables - a surprising result" on 03/08/22, Hugh Sasse Staff Elec Eng writes: |It would be nice to have variables like global variables limited to |all instances of a class but not inherited, too. I think it can be done by self.class trick given by Robert Feldt in [ruby-talk:79783]. matz.