Rib https://github.com/godfat/rib
by Lin Jen-Shin http://godfat.org
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:
https://github.com/godfat/rib/raw/rib-0.9.5/screenshot.png
CHANGES:
Rib 0.9.5 – 2011-09-03
- [rib-rails] Fixed Rails3 (sandbox) and Rails2 (env) console. Thanks
bootleq - [rib-min] Fixed not being really minimum
- [rib] Now you can run it with
rib -wdIlib
, isn’t it convenient?
It’s equivalent torib -w -d -I lib
orrib -w -d -I=lib