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ùÄio