Use the overlaps (&&) operator:
array_op.overlaps(:a) # (array && a)
187 188 189
# File 'lib/sequel/extensions/pg_array_ops.rb', line 187 def overlaps(other) bool_op(OVERLAPS, wrap_array(other)) end