Skip to content
Monica Huynh edited this page Oct 15, 2015 · 2 revisions

Welcome to the scripts wiki!

install [HomeBrew] (http://brew.sh/)

$ brew install ruby

install [Sublime Text 3] (http://www.sublimetext.com/3) to create/edit .rb files

NOTE:

irb

runs single line ruby commands and

exit

to leave.

otherwise, use

ruby

command before .rb files to run multiple lines of test code

Clone this wiki locally