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

ruby-changes:67886

From: Hiroshi <ko1@a...>
Date: Sat, 11 Sep 2021 08:48:28 +0900 (JST)
Subject: [ruby-changes:67886] 7ef0a4634c (master): Removed unused _run_suites

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

From 7ef0a4634c742a15dc1d4bc9a62e8ff5d8ba5c09 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Wed, 8 Sep 2021 14:03:46 +0900
Subject: Removed unused _run_suites

---
 tool/lib/test/unit.rb | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index 977893e..90f13c3 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -1340,14 +1340,6 @@ module Test https://github.com/ruby/ruby/blob/trunk/tool/lib/test/unit.rb#L1340
       end
 
       ##
-      # Runs all the +suites+ for a given +type+.
-      #
-
-      def _run_suites suites, type
-        suites.map { |suite| _run_suite suite, type }
-      end
-
-      ##
       # Run a single +suite+ for a given +type+.
 
       def _run_suite suite, type
-- 
cgit v1.1


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

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