diff options
author | git <[email protected]> | 2020-03-26 18:06:32 +0900 |
---|---|---|
committer | git <[email protected]> | 2020-03-26 18:06:32 +0900 |
commit | b0b6d0a68854c637b9be63f3af178eb4eb285fc1 (patch) | |
tree | 9f17b96b84afc6fe4f915970f37619165a408700 | |
parent | 9e8d75e8819972377dc1457fc0d0e489bb9c533b (diff) |
* remove trailing spaces. [ci skip]
-rw-r--r-- | lib/uri/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |