Method: Uinit::Type::TypeOf#initialize

Defined in:
lib/uinit/type/type_of.rb

#initialize(class_module) ⇒ TypeOf

TODO: Allow to pass Fn



15
16
17
18
19
# File 'lib/uinit/type/type_of.rb', line 15

def initialize(class_module)
  super()

  @class_module = class_module
end