stdlib/uri/0/common.rbs in rbs-1.0.0 vs stdlib/uri/0/common.rbs in rbs-1.0.1
- old
+ new
@@ -395,7 +395,7 @@
module Kernel
private
# Returns `uri` converted to an URI object.
#
- def URI: (URI::Generic | String uri) -> URI::Generic
+ def self?.URI: (URI::Generic | String uri) -> URI::Generic
end