We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864179 commit ed6ded9Copy full SHA for ed6ded9
lib/uri/common.rb
@@ -13,6 +13,8 @@
13
require_relative "rfc3986_parser"
14
15
module URI
16
+ include RFC2396_REGEXP
17
+
18
REGEXP = RFC2396_REGEXP
19
Parser = RFC2396_Parser
20
RFC3986_PARSER = RFC3986_Parser.new
@@ -62,8 +64,6 @@ def make_components_hash(klass, array_hash)
62
64
module_function :make_components_hash
63
65
end
66
- include REGEXP
-
67
module Schemes
68
69
private_constant :Schemes
lib/uri/mailto.rb
@@ -15,7 +15,7 @@ module URI
# RFC6068, the mailto URL scheme.
#
class MailTo < Generic
# A Default port of nil for URI::MailTo.
21
DEFAULT_PORT = nil
0 commit comments