# File lib/net/ldap/dn.rb, line 222
  def method_missing(method, *args, &block)
    @dn.send(method, *args, &block)
  end