From: "Maurício" Date: 2002-06-26T04:05:01+09:00 Subject: Two properties with the same name Hi, I'm using Ruby with WIN32OLE. I've created an OLE object that has a property named "type". I want to see it's value but, when I try, I get: irb(main):008:0> element.type WIN32OLE How can I access the value of the "type" property (in this example, it's supposed to be 25) instead of WIN32OLE? Thanks, Maur�cio