From: George Moschovitis Date: 2002-04-18T03:05:53+09:00 Subject: Re: inspect object attributes "Chris Morris" wrote in message news:000b01c1e3da$1aee8720$834ebe42@dntn.tx.charter.com... > I believe > > obj.instance_variables > > will do what you want. One caveat, in your example, attr_accessor doesn't > actually create the instance variable until it's been used. So: ..... I cant believe i didnt see this in my docs, I 'll chek it out. thanks for your help! -g.