class T::Types::Anything

The top type

def initialize; end

def initialize; end

def name

overrides Base
def name
  "T.anything"
end

def subtype_of_single?(other)

overrides Base
def subtype_of_single?(other)
ther
::Types::Anything then true
alse

def valid?(obj)

overrides Base
def valid?(obj)
  true
end