module Turbopuffer::Internal::Type::Enum

def ===(other) = values.include?(other)

Returns:
  • (Boolean) -

Parameters:
  • other (Object) --

Other tags:
    Api: - public
def ===(other) = values.include?(other)