[前][次][番号順一覧][スレッド一覧]

ruby-changes:62448

From: David <ko1@a...>
Date: Fri, 31 Jul 2020 21:08:17 +0900 (JST)
Subject: [ruby-changes:62448] d0cc4ecb8f (master): [rubygems/rubygems] Remove very old compatibility code

https://git.ruby-lang.org/ruby.git/commit/?id=d0cc4ecb8f

From d0cc4ecb8f6a30b340d06e9ef1cf90264eba675a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Wed, 8 Jul 2020 21:13:05 +0200
Subject: [rubygems/rubygems] Remove very old compatibility code

https://github.com/rubygems/rubygems/commit/6e4bef758b

diff --git a/lib/rubygems/test_case.rb b/lib/rubygems/test_case.rb
index 5c576bb..a70a105 100644
--- a/lib/rubygems/test_case.rb
+++ b/lib/rubygems/test_case.rb
@@ -280,9 +280,6 @@ class Gem::TestCase < Minitest::Test https://github.com/ruby/ruby/blob/trunk/lib/rubygems/test_case.rb#L280
 
   include Gem::DefaultUserInteraction
 
-  undef_method :default_test if instance_methods.include? 'default_test' or
-                                instance_methods.include? :default_test
-
   ##
   # #setup prepares a sandboxed location to install gems.  All installs are
   # directed to a temporary directory.  All install plugins are removed.
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]