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