# # # # # # # # #
# /44/minirb.rb
#
# by               Jan Lelis
# e-mail:          mail@janlelis.de
# type/version:    ruby 
# snippet url:     http://rbJL.net/44/minirb.rb
# original post:   http://rbJL.net/44-ripl-why-should-you-use-an-irb-alternative
# license:         CC-BY (DE)
#
# (c) 2010 Jan Lelis.

loop{$><<">> ";gets;$><<'=> ';p eval$_}