ruby / uri

URI is a module providing classes to handle Uniform Resource Identifiers
https://ruby.github.io/uri/
Other
81 stars 43 forks source link

Include RFC2396_REGEXP module directly #39

Closed peterzhu2118 closed 2 years ago

peterzhu2118 commented 2 years ago

REGEXP is defined as RFC2396_REGEXP in lib/uri/common.rb. If we include REGEXP then a broken URL is generated in rdoc for URI and URI::MailTo.