Ruby by example concepts and code

There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes a series of Ruby scripts, examining how the code works, explaining the concepts it illustrates, and showing how to modify it to suit your n...

Full description

Bibliographic Details
Main Author: Baird, Kevin C. (-)
Format: eBook
Language:Inglés
Published: San Francisco : No Starch Press c2007.
Edition:1st edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627180806719
Table of Contents:
  • CONTENTS; Acknowledgments; Introduction: What Is Ruby?; Chapter 1: Interactive Ruby and the Ruby Environment; Chapter 2: Amusements and Simple Utilities; Chapter 3: Programmer Utilities; Chapter 4: Text Manipulation; Chapter 5: Number Utilities; Chapter 6: Functionalism with Blocks and Procs; Chapter 7: Using, Optimizing, and Testing Functional Techniques; Chapter 8: HTML and XML Tools; Chapter 9: More Complex Utilities and Tricks, Part I; Chapter 10: More Complex Utilities and Tricks, Part II; Chapter 11: CGI and the Web; Chapter 12: RubyGems and Rails Preparation
  • Chapter 13: A Simple Rails ProjectAppendix: How Does Ruby Compare to Other Languages?; Index