From: Daniel Waite Date: 2008-04-10T06:10:30+09:00 Subject: Re: Question of self Oops. Forgot to add that I logged the output of... ">>> Self is: #{ self } -> #{ self.class }" ... and got... >>> Self is: # -> Class I recognize the # bit as a singleton, or metaclass, but is that also the instance? I was under the impression there was only one metaclass per object. -- Posted via http://www.ruby-forum.com/.