From: Emmanuel Oga Date: 2007-06-15T05:23:17+09:00 Subject: is self.var in a class the same as @@var ?? Is this the same? class Test @@class_var= "" end class Test self.clas_var= "" end Thanks -- Posted via http://www.ruby-forum.com/.