[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01947] Re: Class variables

From: matz@... (Yukihiro Matsumoto)
Date: 2000-03-17 04:27:47 UTC
List: ruby-talk #1947
In message "[ruby-talk:01946] Re: Class variables"
    on 00/03/16, Dave Thomas <Dave@thomases.com> writes:

|Will there be any new methods to support them:
|
|  Kernel#shared_variables
|  Kernel#remove_shared_variable
|
|and the like?

There should be for consistency.

|Will they be called shared variables or class variables?

I've not decided yet.  What do you think guys?

`class variables' are good names, but modules as superclass of classes
can have them too.

							matz.

In This Thread