ANN: Hirb - Irb on the good stuff

Hi,
I’m announcing Hirb, a mini view framework for console applications,
designed with irb in mind. It allows you to create table views, tree
views:
Numeric
|-- Float
|-- Integer
| |-- Bignum
| -- Fixnum |-- Date::Infinity – Rational

and more.

I’ve written two tutorials on it:

and
Tagaholic - Ruby Class and Rails Plugin Trees With Hirb.
It’s also got some decent documentation: RDoc Documentation.

You can install it with: gem install cldwalker-hirb --source
http://gems.github.com

Enjoy!
Gabriel

On Fri, Mar 20, 2009 at 4:52 AM, ghorner [email protected]
wrote:

Hi,
I’m announcing Hirb, a mini view framework for console applications,
designed with irb in mind.

Good stuff!!

martin

You can install it with: gem install cldwalker-hirb --source
http://gems.github.com

Adopted!