Turn off autocomplete in irb
1 files changed, 4 insertions(+), 0 deletions(-) M configs/dot-irbrc
M configs/dot-irbrc => configs/dot-irbrc +4 -0
@@ 1,3 1,7 @@ +# Turn off autocomplete +# https://stackoverflow.com/a/70506056/638966 +IRB.conf[:USE_AUTOCOMPLETE] = false + class Object def interesting_methods (methods - Object.instance_methods).sort