# File lib/dm-core/collection.rb, line 108
    def intersection(other)
      set_operation(:&, other)
    end