Politics, Programming and Possibilities
29 Aug
I use the ‘irb’ command at the terminal every day. In case you program in Ruby and haven’t used it yet, you’re missing out. But as it turns out, so was I. The irb program can be configured to do almost anything, and specifically, people have already done stuff like this:
I’ve uploaded my .irbrc file here for anyone to use and/or modify. Just create a “.irbrc” file in your home directory (on a unix-based machine) and paste it in there. Yum!
4 Responses for "Enhancing the ‘irb’ Experience"
Another great enhancement for irb is the wirble gem. Well worth it.
Check “Advanced Rails Recipes” when it releases for a ton of enhancements to IRB. Mine’s here:
http://pastie.caboo.se/92226
I pasted it to pastie from within IRB via a method I wrote.
Also if you’re on the East Coast go to Ruby East, I’m doing a whole talk on IRB.
mmm don’t know how but the autocomplete thing is working on my windows box, and i haven’t added any configuration…
Cool, thanks guys.
Leave a reply