This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
nodeValue=(arg0)
VOID nodeValue value stored in the node
# File ext/win32ole/sample/xml.rb, line 2973 def nodeValue=(arg0) ret = _setproperty(3, [arg0], [VT_VARIANT]) @lastargs = WIN32OLE::ARGV ret end