lib/sequel/extensions/pg_range_ops.rb in sequel-4.13.0 vs lib/sequel/extensions/pg_range_ops.rb in sequel-4.14.0
- old
+ new
@@ -50,9 +50,10 @@
#
# 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.
+#
module Sequel
module Postgres
# The RangeOp class is a simple container for a single object that
# defines methods that yield Sequel expression objects representing
# PostgreSQL range operators and functions.