When I use Merb\'s built in console, I get tab auto-completion similar to a standard bash prompt. I find this useful and would like to enable it in non-merb IRB sessions. How
This is what worked for me on Mac OS 10.11.5. using rvm. Do the following :
sudo gem install bond
.irbrc
vi ~/.irbrc
Add the following lines in the .irbrc file require 'bond' Bond.start
require 'bond' Bond.start
Save and close the file
irb
tab