Method: Uinit::Type::Context#type_of

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

#type_of(type) ⇒ Object



48
49
50
# File 'lib/uinit/type/context.rb', line 48

def type_of(type)
  TypeOf.new(type)
end