Wrap the receiver in an ArrayOp so you can easily use the PostgreSQL array functions and operators with it.
[Source]
# File lib/sequel/extensions/pg_array_ops.rb, line 273 273: def pg_array 274: ArrayOp.new(self) 275: end
[Validate]