Chapter 1. Bootstrapping your Ruby literacy

This chapter discusses basic Ruby syntax and techniques and how Ruby works, including three fundamental levels:

Basic Ruby language literacy

The examples in this book use Ruby 2.1.0. The irb utility ships with Ruby and is the most widely used Ruby command-line tool other than the interpreter itself. The irb examples in this book will use a command-line option that makes irb output easier to read:

irb --simple-prompt