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