diff options
| -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 # |
