Flowdock
method

ole_respond_to?

Importance_1
ole_respond_to?(p1) public

Returns true when OLE object has OLE method, otherwise returns false.

ie = WIN32OLE.new('InternetExplorer.Application')
ie.ole_respond_to?("gohome") => true
Show source
Register or log in to add new notes.