Flowdock
method

method_missing

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Microsoft_XMLDSO_1_0
method_missing(cmd, *arg) public

No documentation

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

Hide source
# File ext/win32ole/sample/xml.rb, line 7145
  def method_missing(cmd, *arg)
    @dispatch.method_missing(cmd, *arg)
  end
Register or log in to add new notes.