diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-07-27 17:34:13 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-27 17:34:13 +0900 |
commit | 6656309fe22b799016f3bc20a5f466da543a44c0 (patch) | |
tree | a85da48a33f0f6a705a8a438165a80463e303e46 /lib/uri.rb | |
parent | b875a85c5367b9dff96e1ca1e78a2e35580a2f80 (diff) |
Fix test failure for parallel testing
Diffstat (limited to 'lib/uri.rb')
-rw-r--r-- | lib/uri.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/uri.rb b/lib/uri.rb index 539365af98..394c156ac5 100644 --- a/lib/uri.rb +++ b/lib/uri.rb @@ -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 |