class T::Types::Anything
The top type
def initialize; end
def initialize; end
def name
def name "T.anything" end
def subtype_of_single?(other)
def subtype_of_single?(other) ther ::Types::Anything then true alse
def valid?(obj)
def valid?(obj) true end