# File lib/dm-core/property_set.rb, line 34
    def &(other)
      self.class.new(to_a & other.to_a)
    end