lib/mobility/arel/nodes/pg_ops.rb in mobility-0.7.6 vs lib/mobility/arel/nodes/pg_ops.rb in mobility-0.8.0

- old
+ new

@@ -17,13 +17,9 @@ include ::Arel::Expressions include ::Arel::Predications include ::Arel::OrderPredications include ::Arel::AliasPredication - def eq other - Equality.new self, quoted_node(other) - end - def lower super self end end) end