diff options
author | Takashi Kokubun <[email protected]> | 2022-11-19 14:10:05 -0800 |
---|---|---|
committer | git <[email protected]> | 2022-11-19 22:10:09 +0000 |
commit | 23750c866a69cec982cc16921bbdc6224dfded94 (patch) | |
tree | 34d3d7e5758fb859238af055e6642d14981f7726 /lib/irb.rb | |
parent | 01bc2fc514c732406ad39d63b2e97b76f2f56de4 (diff) |
[ruby/irb] Update documentation about Autocompletion
(https://github.com/ruby/irb/pull/452)
https://github.com/ruby/irb/commit/e6b4917750
Diffstat (limited to 'lib/irb.rb')
-rw-r--r-- | lib/irb.rb | 4 |
1 files 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 # |