class T::Types::Untyped
A dynamic type, which permits whatever
def build_type
def build_type nil end
def initialize; end
def initialize; end
def name
def name "T.untyped" end
def subtype_of_single?(other)
def subtype_of_single?(other)
def valid?(obj)
def valid?(obj) true end