stdlib/uri/0/common.rbs in rbs-3.2.2 vs stdlib/uri/0/common.rbs in rbs-3.3.0.pre.1
- old
+ new
@@ -276,10 +276,10 @@
# # => #<URI::HTTP http://example.com/bar>
#
# URI.join('http://example.com', '/foo/', 'bar')
# # => #<URI::HTTP http://example.com/foo/bar>
#
- def self.join: (String str, *String strs) -> URI::Generic
+ def self.join: (_ToStr | URI::Generic str, *_ToStr | URI::Generic strs) -> URI::Generic
# <!--
# rdoc-file=lib/uri/common.rb
# - parse(uri)
# -->