Created
February 24, 2022 18:54
-
-
Save dabit/6ea86cee1c9bd7070dd318d60e31bd95 to your computer and use it in GitHub Desktop.
Disable console autocomplete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'irb/completion' | |
IRB.conf[:USE_AUTOCOMPLETE] = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment