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