Flowdock
method

ole_methods_safely

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: WIN32OLE
ole_methods_safely() private

No documentation

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

Hide source
# File ext/win32ole/lib/win32ole.rb, line 27
    def ole_methods_safely
      ole_methods
    rescue WIN32OLEQueryInterfaceError
      []
    end
Register or log in to add new notes.