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