Make irb Do Tab Completion
Posted by hardwarehank, Wed Jul 05 13:03:54 UTC 2006
I was missing readline. The sadness. Thanks to these guys, i fixed it. Here’s how to do it on FC5:
sudo yum install ncurses-devel readline-devel
cd ruby-1.8.4/ext/readline
ruby extconf.rb
make
sudo make install

Blog Posts
July 13, 2006 @ 06:19 PM