diff options
-rw-r--r-- | lib/uri.rb | 6 | ||||
-rw-r--r-- | lib/uri/common.rb | 4 |
2 files changed, 4 insertions, 6 deletions
@@ -101,9 +101,3 @@ require_relative 'uri/ldap' require_relative 'uri/ldaps' require_relative 'uri/mailto' require_relative 'uri/ws' - -module URI - INITIAL_SCHEMES = scheme_list - private_constant :INITIAL_SCHEMES - Ractor.make_shareable(INITIAL_SCHEMES) if defined?(Ractor) -end @@ -79,6 +79,10 @@ module URI }.to_h end # # Construct a URI instance, using the scheme to detect the appropriate class # from +URI.scheme_list+. |