Ruby Quick Syntax Reference is a condensed code and syntax reference to the Ruby scripting language. It presents the essential Ruby syntax in a well-organized format that can be used as a handy reference.
You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Ruby programmer.
In Ruby Quick Syntax Reference, you will find:
This book is a quick, handy pocket syntax reference for experienced Ruby programmers, and a concise, easily-digested introduction for other programmers new to Ruby.
Chapter 1. Chapter One: Introducing Ruby
Chapter 2. Chapter Two: Operators
Chapter 3. Chapter Three: Strings
Chapter 4. Chapter Four: Arrays
Chapter 5. Chapter Five: Hashes
Chapter 6. Chapter Six: Numbers
Chapter 7. Chapter Seven: Booleans
Chapter 8. Chapter Eight: Objects
Chapter 9. Chapter Nine: Loops and Iterators
Chapter 10. Chapter Ten: Functions and Methods
Chapter 11. Chapter Eleven: Classes and Modules
Chapter 12. Chapter Twelve: Blocks, Procs, and Lambdas
Chapter 13. Chapter Thirteen: Errors and Exceptions
Chapter 14. Chapter Fourteen: Input/Output
Chapter 15. Chapter Fifteen: Files and Directories
Chapter 16. Chapter Sixteen: Metaprogramming