Method: Uinit::Type::Generic#initialize

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

#initialize(type) ⇒ Generic

Returns a new instance of Generic.



6
7
8
9
10
# File 'lib/uinit/type/generic.rb', line 6

def initialize(type)
  super()

  @type = Type.from(type)
end