# File lib/dm-core/query/conditions/operation.rb, line 262 def difference(other) Operation.new(:and, dup, Operation.new(:not, other.dup)).minimize end