Flowdock
method

define_module

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: WIN32COMGen
define_module(klass, io = STDOUT) 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 295
  def define_module(klass, io = STDOUT)
    io.puts "module #{class_name(klass)}"
    io.puts define_include
    io.puts define_instance_variables
  end
Register or log in to add new notes.