Flowdock
method

define_method_missing

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WIN32COMGen
define_method_missing() public

No documentation

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

Hide source
# File ext/win32ole/sample/olegen.rb, line 277
  def define_method_missing
    "\n  def method_missing(cmd, *arg)\n    @dispatch.method_missing(cmd, *arg)\n  end\n"
  end
Register or log in to add new notes.