Ruby Quick Syntax Reference

Matt Clements

  • 出版商: Apress
  • 出版日期: 2014-11-24
  • 售價: $1,080
  • 貴賓價: 9.5$1,026
  • 語言: 英文
  • 頁數: 164
  • 裝訂: Paperback
  • ISBN: 143026568X
  • ISBN-13: 9781430265689
  • 相關分類: Ruby
  • 海外代購書籍(需單獨結帳)

商品描述

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:

  • A concise reference to the Ruby language syntax.
  • Short, simple, and focused code examples.
  • A well laid out table of contents and a comprehensive index, allowing easy review.

What you’ll learn

  • What variables, operators, strings, arrays, blocks, and procs are
  • How to manage statements and control structures
  • How to create Ruby classes and modules
  • How to use metaprogramming and change classes
  • How to use loops and iteration
  • How to manage errors and exceptions

Who this book is for

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.

Table of Contents

  1. Chapter One: Introducing Ruby
  2. Chapter Two: Operators
  3. Chapter Three: Strings
  4. Chapter Four: Arrays
  5. Chapter Five: Hashes
  6. Chapter Six: Numbers
  7. Chapter Seven: Booleans
  8. Chapter Eight: Objects
  9. Chapter Nine: Loops and Iterators
  10. Chapter Ten: Functions and Methods
  11. Chapter Eleven: Classes and Modules
  12. Chapter Twelve: Blocks, Procs, and Lambdas
  13. Chapter Thirteen: Errors and Exceptions
  14. Chapter Fourteen: Input/Output
  15. Chapter Fifteen: Files and Directories
  16. Chapter Sixteen: Metaprogramming