parse(uri)
Instance Public methods
Args
- uri
-
String
Description
parses uri
and constructs either matching URI scheme object (FTP, HTTP, HTTPS, LDAP, LDAPS, or MailTo) or URI::Generic
Usage
1 2 3 | p = URI ::Parser. new #=> #<URI::LDAP:0x00000000b9e7e8 URL:ldap://ldap.example.com/dc=example?user=john> |
Please login to continue.