Favourite irbrc tips?

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

martin

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://blog.nicksieger.com/articles/2006/04/23/tweaking-irb

···

On Wed, 26 Aug 2009 21:21:32 +0900 Martin DeMello <martindemello@gmail.com> wrote:

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

--
http://spiralofhope.com

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 Gray II

···

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?

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

Some irb-related gems I've released:

hirb (http://tagaholic.me/hirb/\) - Pretty print ruby objects as
tables, trees ...
bond (http://tagaholic.me/bond/\) - Custom autocompletion for an
object's methods, a method's arguments and more
alias (http://tagaholic.me/alias/\) - Configurable aliasing for
methods, classes, constants and more

Gabriel

Martin DeMello wrote:

···

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

martin

Thanks, some good stuff in there

martin

···

On Wed, Aug 26, 2009 at 7:54 PM, spiralofhope<spiralofhope@lavabit.com> wrote:

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

Ruby: Irb/TipsAndTricks
My .irbrc for console/irb - Ruby - Ruby-Forum
err.the_blog.find_by_title('irb Mix Tape')
Tweaking IRB