readyState()
I4 readyState get the state of the XML document
# File ext/win32ole/sample/xml.rb, line 6473 def readyState() ret = @dispatch._getproperty(-525, [], []) @lastargs = WIN32OLE::ARGV ret end