em-console
em-console is an irb-like console running inside an EM.synchrony block, thereby allowing you to use methods that require running within an EM block to work.
Usage
em-console
Or, in an environment controlled by bundler:
bundle exec em-console
.rc-file
em-console will load ".em-console.rc"
upon startup if that file exists.
History
em-console will save its Readline::HISTORY
into .em-console-history
upon termination, and restore it
from the same file upon startup if that file exists.