ruby-changes:51453
From: usa <ko1@a...>
Date: Thu, 14 Jun 2018 18:01:42 +0900 (JST)
Subject: [ruby-changes:51453] usa:r63661 (trunk): Get rid of warnings of test/spec
usa 2018-06-14 18:01:38 +0900 (Thu, 14 Jun 2018) New Revision: 63661 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63661 Log: Get rid of warnings of test/spec * lib/net/http/exceptions.rb: revert a part of r63590. to deprecate Net::ProtoServerError seems to be wrong. see [ruby-core:87488] [Feature#14688] Modified files: trunk/lib/net/http/exceptions.rb Index: lib/net/http/exceptions.rb =================================================================== --- lib/net/http/exceptions.rb (revision 63660) +++ lib/net/http/exceptions.rb (revision 63661) @@ -30,5 +30,4 @@ end https://github.com/ruby/ruby/blob/trunk/lib/net/http/exceptions.rb#L30 module Net deprecate_constant(:HTTPServerException) - deprecate_constant(:ProtoServerError) end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/