[ruby/irb] Update documentation about Autocompletion

(https://github.com/ruby/irb/pull/452)

https://github.com/ruby/irb/commit/e6b4917750
This commit is contained in:
Takashi Kokubun 2022-11-19 14:10:05 -08:00 коммит произвёл git
Родитель 01bc2fc514
Коммит 23750c866a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
#