botp wrote: > On Sat, May 8, 2010 at 2:15 AM, ghorner <gabriel.horner / gmail.com> 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" That happens in irb anyway (without bond).