JonHoyle.com Mirror of MacCompanion
http://www.maccompanion.com/macc/archives/August2008/Books/RubyPocket.htm

macCompanion MyAppleSpace Forum Archives Products Services About Us FAQs

Resources

                                           

Consultants

Developers

Devotees

Downloads

"Foreign" Macs

Forums

Hearsay

Link Lists

Mac 3D

Macazines

Mac Jobs

MUG Shots

News

Radio

Reviews

Think Different

Training

 

Ruby Pocket Reference

Reviewed by Robert Pritchett

 

 

Authors: Michael Fitzgerald

http://oreilly.com/catalog/9780596514815/index.html

Released: July 2007

$10 USD

Pages: 176

ISDN 13: 9780596514815

 

Strengths: Typical excellent O'Reilly Reference book.

 

Weaknesses: None found.

 

 

 

Introduction

 

Although Ruby is an easy language to learn, in the heat of action you may find that you can't remember the correct syntax for a conditional or the name of a method. This handy pocket reference offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby.

 

Whether you've come to Ruby because of the Rails web development framework --Ruby's killer app -- or simply because it's a relatively clean, powerful and expressive language that's useful for a lot of applications, the Ruby Pocket Reference is organized to help you find what you need quickly. This book not only will get you up to speed on how Ruby works, it provides you with a handy reference you can use anywhere, anytime.

 

In this book, you find essential information on:

 

á      Reserved words, operators, comments, numbers, variables, ranges, and symbols

á      Predefined variables andglobal constants

á      Conditional statements, method use, classes, and modules (mixins)

á      Lists of methods from the Object, String, Array, and Hash classes and the Kernel module

á      sprintf andtime formatting directories

á      Interactive Ruby (irb) and the Ruby debugger

á      Ruby documentation

 

You also get information on the RubyGems package utility and Rake, a build tool similar to make.. If you're using Ruby daily and just want the facts-fast-Ruby Pocket Reference is your book.

 

What I Learned

 

Ruby is only as old as 1995 as an open source, object-oriented programming language.

 

Conclusions

 

If you are not into Ruby, this book is a good place to start. That and http://www.ruby-lang.org.