class Anthropic::Internal::Type::ArrayOf
def ===(other) = other.is_a?(Array) && other.all?(item_type)
-
(Boolean)
-
Parameters:
-
other
(Object
) --
Other tags:
- Api: - public
def ===(other) = other.is_a?(Array) && other.all?(item_type)