Favourite irbrc tips?

Other than installing wirble, what ought I be doing to enhance my irb
session?

martin

On Wed, 26 Aug 2009 21:21:32 +0900
Martin DeMello [email protected] wrote:

Other than installing wirble, what ought I be doing to enhance my irb
session?

Hi Martin,

Here’s my old list of links… maybe something in there would be useful.

http://web.archive.org/web/20070103124549rn_1/wiki.rubygarden.org/Ruby/page/show/Irb/TipsAndTricks
http://www.ruby-forum.com/topic/84414#new

http://blog.nicksieger.com/articles/2006/04/23/tweaking-irb

On Aug 26, 2009, at 7:21 AM, Martin DeMello wrote:

Other than installing wirble, what ought I be doing to enhance my
irb session?

You might try searching github for irbrc files. A lot of developers
store their “dotfiles” there now. Here’s my .irbrc, for example:

James Edward G. II

On Wed, Aug 26, 2009 at 7:54 PM, spiralofhope[email protected]
wrote:

Here’s my old list of links… maybe something in there would be useful.

http://web.archive.org/web/20070103124549rn_1/wiki.rubygarden.org/Ruby/page/show/Irb/TipsAndTricks
My .irbrc for console/irb - Ruby - Ruby-Forum
http://web.archive.org/web/20070823101329/http://errtheblog.com/post/26
http://blog.nicksieger.com/articles/2006/04/23/tweaking-irb

Thanks, some good stuff in there

martin

I’ve written some irb tutorials you might find handy:

Some irb-related gems I’ve released:

hirb (Tagaholic - hirb) - Pretty print ruby objects as
tables, trees …
bond (Tagaholic - bond) - Custom autocompletion for an
object’s methods, a method’s arguments and more
alias (Tagaholic - alias) - Configurable aliasing for
methods, classes, constants and more

Gabriel