aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index d0688e6f9f..655abaf069 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -140,6 +140,10 @@ require_relative "irb/debug"
#
# IRB.conf[:USE_AUTOCOMPLETE] = false
#
+# To enable enhanced completion using type information, add the following to your +.irbrc+:
+#
+# IRB.conf[:COMPLETOR] = :type
+#
# === History
#
# By default, irb will store the last 1000 commands you used in