tabular view gem in script/console

I remember there is a gem on github that is able to display tabular view like mysql console in script/console. Anyone knows, I seem to forget, couldn't find it?

Thanks Chamnap

Hi, the gem you're asking for is "hirb".

Install it and then add: require 'hirb' Hirb.enable

in your ~/.irbrc

Hope it helps.

Cheers.

Hi,

Thanks for your help.

Chamnap