Skip to content

Commit 071edb4

Browse files
committed
Add RFC2396_PARSER to URI module
1 parent df3600c commit 071edb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/uri/0/common.rbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,11 @@ URI::REL_URI: Regexp
560560

561561
URI::REL_URI_REF: Regexp
562562

563+
# <!-- rdoc-file=lib/uri/common.rb -->
564+
# The default parser instance for RFC 2396.
565+
#
566+
URI::RFC2396_PARSER: URI::RFC2396_Parser
567+
563568
# <!-- rdoc-file=lib/uri/common.rb -->
564569
# The default parser instance for RFC 3986.
565570
#

0 commit comments

Comments
 (0)