lib/sequel/extensions/pg_range_ops.rb in sequel-4.31.0 vs lib/sequel/extensions/pg_range_ops.rb in sequel-4.32.0

- old
+ new

@@ -51,9 +51,11 @@ # details on what these functions and operators do. # # If you are also using the pg_range extension, you should load it before # loading this extension. Doing so will allow you to use PGArray#op to get # an RangeOp, allowing you to perform range operations on range literals. +# +# Related module: Sequel::Postgres::RangeOp # module Sequel module Postgres # The RangeOp class is a simple container for a single object that