class T::Private::Types::Void
Should never appear in types directly.
A marking class for when methods return void.
def name
def name "<VOID>" end
def subtype_of_single?(other)
def subtype_of_single?(other) ERROR_MESSAGE
def valid?(obj)
def valid?(obj) raise ERROR_MESSAGE end