From 616d6717589abb30a5c67c79cbf874693c3dadbd Mon Sep 17 00:00:00 2001 From: ima1zumi Date: Mon, 13 Sep 2021 14:51:19 +0900 Subject: [PATCH] [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 db9c2798aa..16e5f69914 100644 --- a/lib/reline/key_stroke.rb +++ b/lib/reline/key_stroke.rb @@ -1,7 +1,4 @@ class Reline::KeyStroke - using Module.new { - } - def initialize(config) @config = config end