Method: RBI::Type.t_class

Defined in:
lib/rbi/type.rb

.t_class(type) ⇒ Object

Builds a type that represents the class of another type like ‘T::Class`. : (Type type) -> Class



528
529
530
# File 'lib/rbi/type.rb', line 528

def t_class(type)
  Class.new(type)
end