Hi,

On 18.05.2011 23:56, Jan Lelis wrote:
> Irbtools 1.0.0 has been released. Irbtools is a meta gem that installs
> useful irb gems and configures your irb. It's easy to use and much more
> fun than a vanilla irb ;).

thanks, very useful indeed!

I'm working on a terminal with dark background color and the default
rocket prompt in blue was barely readable. You can change that with

FancyIrb.options[:colorize][:rocket_prompt] = :cyan # or whatever ;)

I initially though this was a wirb issue and pestered it's author who
was kind enough to provide me with this line (coincidentally he's the
author of FancyIrb too, so ... :-)

- Markus