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