Flowdock
method

test_class_to_s

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: TestOLETYPE
test_class_to_s() public

No documentation

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

Hide source
# File ext/win32ole/tests/testOLETYPE.rb, line 35
  def test_class_to_s
    classes = WIN32OLE_TYPE.ole_classes(MS_EXCEL_TYPELIB)
    class_names = classes.collect{|c|
      "#{c}"
    }
    assert(class_names.include?('Application'))
  end
Register or log in to add new notes.