From: David Vallner Date: 2006-02-21T11:39:15+09:00 Subject: Re: Class instance variables, class variables and constants Dňa Pondelok 20 Február 2006 15:22 Tony Mobily napísal: > "I think Matz is planning to change class variables in 2.0 so that they > are class/module scoped rather than hierarchy scoped." > > But wouldn't it make class variables (@@something) the same as class > instance variables (@something)? > Nope. Class variables could still be "inherited", but they wouldn't clobber stuff up the hierarchy if modified. David Vallner