Method: Uinit::Type::Extend#initialize
- Defined in:
- lib/uinit/type/extend.rb
#initialize(class_module) ⇒ Extend
TODO: Allow to pass Fn
15 16 17 18 19 |
# File 'lib/uinit/type/extend.rb', line 15 def initialize(class_module) super() @class_module = class_module end |