From b0b6d0a68854c637b9be63f3af178eb4eb285fc1 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 26 Mar 2020 18:06:32 +0900 Subject: [PATCH] * remove trailing spaces. [ci skip] --- lib/uri/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uri/common.rb b/lib/uri/common.rb index a8c016bb30..67a4cbafab 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -147,7 +147,7 @@ module URI # # Construct a URI instance, using the scheme to detect the appropriate class # from +URI.scheme_list+. - # + # def self.for(scheme, *arguments, default: Generic) if scheme uri_class = @@schemes[scheme.upcase] || default