class ArrayValidator
    def initialize(object)
      @object = object
    end