From: Aaron Smith Date: 2007-01-16T12:30:20+09:00 Subject: Finding the super class of an object? How can I find out what the super class is of an object, Say if a class extends Hash. I need to be able to find a string representation of the super class ('Hash').... is_a? won't work as that requires an actual module or class.. I need a string representation. any ideas? thanks.. -- Posted via http://www.ruby-forum.com/.