module Turbopuffer::Internal::Type::Enum
def ===(other) = values.include?(other)
-
(Boolean)
-
Parameters:
-
other
(Object
) --
Other tags:
- Api: - public
def ===(other) = values.include?(other)
(Boolean)
-
other
(Object
)
--
def ===(other) = values.include?(other)