From: Rubynewbie Rubynewbie Date: 2009-07-17T20:54:26+09:00 Subject: class.class = class I understand that when you define a new class it卒s an instance of Class... class Test end So you can treat "Test" as an object and asks its class : Test.class Class Is this Class itself an object ? Because when i do Class.class, ruby gives me 'Class' So is Class an instance of itself? I don卒t understand the logic behind this :( Thanks -- Posted via http://www.ruby-forum.com/.