From c0afce18b831bc287a30a69c68833024fcda322a Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 26 Oct 2022 03:49:47 -0500 Subject: [PATCH] irb: disable autocomplete. --- .irbrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .irbrc diff --git a/.irbrc b/.irbrc new file mode 100644 index 000000000..9835a73f3 --- /dev/null +++ b/.irbrc @@ -0,0 +1,5 @@ +# https://ruby-doc.org/stdlib-3.1.2/libdoc/irb/rdoc/IRB.html#module-IRB-label-Configuration +# +# ~/.irbrc will take precedence over this file. + +IRB.conf[:USE_AUTOCOMPLETE] = true