= private = protected
parse_dn()
Private method to cleanup dn from using the path component attribute.
# File lib/uri/ldap.rb, line 121 def parse_dn @dn = @path[1..-1] end