# File lib/dm-core/query.rb, line 445 def intersection(other) return dup if self == other set_operation(:intersection, other) end