From 06eb0bff1750c5a082b0a5d8e97dc27058b74a16 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 29 Aug 2024 19:22:28 +0900 Subject: [PATCH] =?UTF-8?q?Surpressing=20'unknown=20command:=20=E2=80=9CSw?= =?UTF-8?q?itch=20to=20inspect=20mode.=E2=80=9D'=20message=20(#995)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/irb/test_input_method.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/irb/test_input_method.rb b/test/irb/test_input_method.rb index fdf348341..9d0f393ce 100644 --- a/test/irb/test_input_method.rb +++ b/test/irb/test_input_method.rb @@ -36,6 +36,7 @@ def test_initialization def test_colorize IRB.conf[:USE_COLORIZE] = true + IRB.conf[:VERBOSE] = false original_colorable = IRB::Color.method(:colorable?) IRB::Color.instance_eval { undef :colorable? } IRB::Color.define_singleton_method(:colorable?) { true }