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