Flowdock
method

test_helpstring

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: TestOLEMETHOD
test_helpstring() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/win32ole/tests/testOLEMETHOD.rb, line 70
  def test_helpstring
    domdoc = WIN32OLE_TYPE.new(MS_XML_TYPELIB, 'DOMDocument')
    m =  WIN32OLE_METHOD.new(domdoc, 'abort')
    assert_equal('abort an asynchronous download', m.helpstring)
  end
Register or log in to add new notes.