class Bundler::URI::RFC2396_Parser

def parse(uri)


#=> #
p.parse("ldap://ldap.example.com/dc=example?user=john")
p = Bundler::URI::Parser.new

== Usage

(File, FTP, HTTP, HTTPS, LDAP, LDAPS, or MailTo) or Bundler::URI::Generic.
Parses +uri+ and constructs either matching Bundler::URI scheme object

== Description

String
+uri+::

== Args
def parse(uri)
  Bundler::URI.for(*self.split(uri), self)
end