From 23750c866a69cec982cc16921bbdc6224dfded94 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 19 Nov 2022 14:10:05 -0800 Subject: [PATCH] [ruby/irb] Update documentation about Autocompletion (https://github.com/ruby/irb/pull/452) https://github.com/ruby/irb/commit/e6b4917750 --- lib/irb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/irb.rb b/lib/irb.rb index 64da852157..741ad7e59f 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -93,9 +93,9 @@ require_relative "irb/easter-egg" # # === Autocompletion # -# To enable autocompletion for irb, add the following to your +.irbrc+: +# To disable autocompletion for irb, add the following to your +.irbrc+: # -# require 'irb/completion' +# IRB.conf[:USE_AUTOCOMPLETE] = false # # === History #