~edwardloveall/dotfiles

99b589d98141d88af1bb5b827f3d77ae1a6ca458 — Edward Loveall 3 months ago 40d020e
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