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