From: "Arno J." Date: 2007-08-17T01:05:48+09:00 Subject: Does singleton variables have any meaning ? Hello, I would like to have a confirmation about the fact that singleton variables just don't have any meaning, or an explation about how to use them. An example to be sure that we are talking about the same thing : class A @class_instance_variable class << self #or class << A @singleton_variable # <- Can this be used/called elsewhere ? def some_method @class_instance_variable end end end Thanks -- Posted via http://www.ruby-forum.com/.