Wrap the receiver in an RangeOp so you can easily use the PostgreSQL range functions and operators with it.
[Source]
# File lib/sequel/extensions/pg_range_ops.rb, line 110 110: def pg_range 111: RangeOp.new(self) 112: end
[Validate]