The Book Of Ruby
by Huw Collingbourne
Publisher: No Starch Press 2009
ISBN/ASIN: 1593272944
Number of pages: 425
Description:
The Book Of Ruby is a comprehensive free tutorial to the Ruby language. It contains 425 pages in 20 chapters. It is provided in the form of a PDF document in which each chapter is accompanied by ready-to-run source code for all the examples. There is also an Introduction which explains how to use the source code in Ruby In Steel or any other editor/IDE of your choice plus appendices and an index.
Download or read it online for free here:
Download link
(2.8MB, PDF)
Similar books
MacRuby: The Definitive Guideby Matt Aimonetti - O'Reilly Media
MacRuby is Apple's implementation of the Ruby programming language which uses Objective-C runtime. This book is an introduction to MacRuby. Topics covered: Introduction, The Cocoa Environment, Foundation, Application Kit, Core Data, Xcode.
(18406 views)
Ruby Essentials- Techotopia
Everything from installing Ruby and the basics of the language through to topics such as arrays, file handling and object-oriented programming are covered. Written both for experienced in other programming languages and for novices.
(20742 views)
Mr. Neighborly's Humble Little Ruby Bookby Jeremy McAnally
Covers the Ruby language from the very basics to the advanced topics. Written in a conversational narrative rather than like a dry reference book, Mr. Neighborly's Humble Little Ruby Book is an easy to read, easy to follow guide to all things Ruby.
(18061 views)
Ruby Hacking Guideby Minero Aoki
The RHG is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole.
(17551 views)