Skip to content

Commit 3764758

Browse files
URI.(s) doesw string coercion
1 parent a9c02b3 commit 3764758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/uri/0/common.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,5 +609,5 @@ module Kernel
609609
#
610610
# You must require 'uri' to use this method.
611611
#
612-
def self?.URI: (URI::Generic | String uri) -> URI::Generic
612+
def self?.URI: (URI::Generic | string uri) -> URI::Generic
613613
end

0 commit comments

Comments
 (0)