From: Michael Fellinger Date: 2009-01-29T14:00:07+09:00 Subject: Re: Studying the object model On Thu, Jan 29, 2009 at 7:44 AM, Albert Schlef wrote: > I'm looking for some study aid. I want to understand Ruby's object model > better. > > Is there some tool that takes some object as input and shows its > inheritance chain, it's instance and class variables, the singleton > classes and all? > > I've already seen some diagrams that explain how OOP work in Ruby, but > I'd still like to see all this in my own eyes. There is no interactive tool I know of, but read following: http://jaoo.dk/ruby-cph-2008/file?path=/jaoo-ruby-cph-2008/slides/Dave_Metaprogramming.pdf (it's free, unlike the screencast) ^ manveru