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