Rib https://github.com/godfat/rib
by Lin Jen-Shin (godfat)
DESCRIPTION:
Ruby-Interactive-ruBy – Yet another interactive Ruby shell
Rib is based on the design of ripl and the work of ripl-rc,
some of
the features are also inspired by pry. The aim of Rib is to be
fully
featured and yet very easy to opt-out or opt-in other features. It
shall
be simple, lightweight and modular so that everyone could customize
Rib.
INSTALLATION:
gem install rib
SYNOPSIS:
CHANGES:
Rib 1.0.0 – 2011-11-05
Bugs fixes
- [more/color] Fixed a bug for displaying
1/0
. Fixed #4, thanks
@bootleq
Rib 0.9.9 – 2011-10-26
Bugs fixes
- [more/color] Fixed Windows coloring support.
- [more/color] Properly reset ANSI sequence.
Enhancement
- [commands] Extract commands description under
__END__
in the
commands.
Please read rib-rest-core as an example. - [rib] Always show original errors if anything is wrong.