Calculator Ruby in Twenty Minutes 1 http://www.ruby-lang.org/en/documentation/quickstart/ 위 링크를 따라하며 글을 씁니다. Introduction 이것은 20분정도 걸리는 짧은 tutorial입니다. 이미 Ruby를 설치했다는 가정하에 시작하겠습니다. Interactive Ruby IRB를 실행합니다. Mac OS X 사용자는 터미널을 열고 irb를 type한뒤 enter를 칩니다. Linux 사용자는 쉘을 열고 ibr를 type하고 enter칩니다.