297 298 299 300 301
# File 'lib/ldaptic/dn.rb', line 297 def clone inject(RDN.new) do |h, (k, v)| h[k] = v.dup; h end end