# File lib/postgres_ext/arel/4.1/predications.rb, line 17
    def contained_in_array(other)
      Nodes::ContainedInArray.new self, other
    end