From: botp Date: 2010-05-08T08:42:44+09:00 Subject: Re: bond 0.2.0 - Improving Irb's Autocompletion On Sat, May 8, 2010 at 2:15 AM, ghorner wrote: >  I just released version 0.2.0 of bond, a gem which improves irb's > autocompletion. The most notable feature of this release is custom > argument autocompletion of any method. This screencast shows this > feature in action: http://tagaholic.me/2010/05/07/screencast-of-argument-autocompletion-for-methods-in-irb.html very nice. gotchas though, if you enter "string".length or .lines, an extra quote is appended, eg >> "adfsdf".length" ... >> "adfsdf".lines" thanks for bond and best regards -botp