Bond 0.2.0 - Improving Irb's Autocompletion

Hi,
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:

To install:
gem install bond

For more:

Gabriel

On Sat, May 8, 2010 at 2:15 AM, ghorner [email protected]
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: Tagaholic - Screencast Of Argument Autocompletion for Methods in Irb

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

botp wrote:

“adfsdf”.length"

“adfsdf”.lines"

That happens in irb anyway (without bond).