ruby-changes:60520
From: git <ko1@a...>
Date: Thu, 26 Mar 2020 18:06:43 +0900 (JST)
Subject: [ruby-changes:60520] b0b6d0a688 (master): * remove trailing spaces. [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=b0b6d0a688 From b0b6d0a68854c637b9be63f3af178eb4eb285fc1 Mon Sep 17 00:00:00 2001 From: git <svn-admin@r...> Date: Thu, 26 Mar 2020 18:06:32 +0900 Subject: * remove trailing spaces. [ci skip] diff --git a/lib/uri/common.rb b/lib/uri/common.rb index a8c016b..67a4cba 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -147,7 +147,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L147 # # 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/