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

ruby-changes:67984

From: ima1zumi <ko1@a...>
Date: Tue, 14 Sep 2021 22:29:03 +0900 (JST)
Subject: [ruby-changes:67984] 616d671758 (master): [ruby/reline] Remove unused using method

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

From 616d6717589abb30a5c67c79cbf874693c3dadbd Mon Sep 17 00:00:00 2001
From: ima1zumi <mariimaizumi5@g...>
Date: Mon, 13 Sep 2021 14:51:19 +0900
Subject: [ruby/reline] Remove unused using method

follow #347

https://github.com/ruby/reline/commit/37453a83a3
---
 lib/reline/key_stroke.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/reline/key_stroke.rb b/lib/reline/key_stroke.rb
index db9c279..16e5f69 100644
--- a/lib/reline/key_stroke.rb
+++ b/lib/reline/key_stroke.rb
@@ -1,7 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/reline/key_stroke.rb#L1
 class Reline::KeyStroke
-  using Module.new {
-  }
-
   def initialize(config)
     @config = config
   end
-- 
cgit v1.1


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

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