August 01, 2006
Older: Handy Subversion Rake Task
Newer: Simply Restful Support
Simpler IRB
This IRB tip is so drop dead easy I’m surprised I just now ran across how to do it. Tired of the long IRB prompt like this:
irb(main):001:0>
Stick the following line in your .irbrc file:
IRB.conf[:PROMPT_MODE] = :SIMPLE
and you’ll get a prompt that is only two arrows:
>>
Less is more.
0 Comments
Sorry, comments are closed for this article to ease the burden of pruning spam.