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:
http://tagaholic.me/2010/05/07/screencast-of-argument-autocompletion-for-methods-in-irb.html
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: 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
botp wrote:
“adfsdf”.length"
…
“adfsdf”.lines"
That happens in irb anyway (without bond).