Skip to content

Instantly share code, notes, and snippets.

@dabit
Created February 24, 2022 18:54
Show Gist options
  • Save dabit/6ea86cee1c9bd7070dd318d60e31bd95 to your computer and use it in GitHub Desktop.
Save dabit/6ea86cee1c9bd7070dd318d60e31bd95 to your computer and use it in GitHub Desktop.
Disable console autocomplete
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