class T::Types::TypedSet::Untyped

def initialize

def initialize
  super(T.untyped)
end

def valid?(obj)

def valid?(obj)
  obj.is_a?(Set)
end