1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/uri
Benoit Daloze 1cf111774f
[ruby/uri] Add proper Ractor support to URI
* Using a module to map scheme name to scheme class, which also works with Ractor.
* No constant redefinition, no ObjectSpace, still fast lookup for initial schemes.

https://github.com/ruby/uri/commit/883567fd81
2021-07-27 16:54:27 +09:00
..
test_common.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
test_file.rb
test_ftp.rb
test_generic.rb
test_http.rb
test_ldap.rb
test_mailto.rb
test_parser.rb
test_ws.rb