# File lib/active_ldap/distinguished_name.rb, line 185
    def +(other)
      self.class.new(*(@rdns + other.rdns))
    end