Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Starting ruby interactive

woutercx edited this page Sep 8, 2012 · 5 revisions

In this article we will explain how to start Ruby Interactive. Ruby Interactive is a simple, interactive computer programming environment where you can type Ruby commands and see the output immediately. It is also a REPL.

How to start Ruby Interactive for MacRuby

Run the following command in the Terminal.

macirb
Clone this wiki locally