<- Writing good programs
Arrays ->

About this chapter

Much of the strength of Ruby lies in its powerful data structures. This chapter will give you the tools to create much more interesting programs than otherwise possible. You will learn how to easily express complex information such as an address book with fields like phone, email and mailing address.

This material is indispensable if you wish to create a program with moderately complex behaviour.

<- Writing good programs
Arrays ->