class Anthropic::Internal::Type::ArrayOf

def ===(other) = other.is_a?(Array) && other.all?(item_type)

Returns:
  • (Boolean) -

Parameters:
  • other (Object) --

Other tags:
    Api: - public
def ===(other) = other.is_a?(Array) && other.all?(item_type)