The dRuby Book

Conventions Used in This Book

Ruby method names follow the convention of the Ruby manual. For example, String.new represents a class method, and String#chomp represents an instance method. The arguments are just examples, and you should add your own arguments when working on the code.

Let’s get started!