Method: Uinit::Type::Context#array_of

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

#array_of(type) ⇒ Object



15
16
17
# File 'lib/uinit/type/context.rb', line 15

def array_of(type)
  ArrayOf.new(type)
end