𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Ruby Pocket Reference

✍ Scribed by Michael Fitzgerald


Publisher
O’Reilly Media
Year
2015
Tongue
English
Leaves
224
Edition
2
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Updated for Ruby 2.2, this handy reference offers brief yet clear explanations of Ruby’s core elementsβ€”from operators to blocks to documentation creationβ€”and highlights the key features you may work with every day. Need to know the correct syntax for a conditional? Forgot the name of that String method? This book is organized to help you find the facts fast.

Ruby Pocket Reference, 2nd Edition is ideal for experienced programmers who are new to Ruby. Whether you’ve come to Ruby because of Rails, or you want to take advantage of this clean, powerful, and expressive language for other applications, this reference will help you easily pinpoint the information you need.

You’ll find detailed reference material for:
β€’ Keywords, operators, comments, numbers, and symbols
β€’ Variables, pre-defined global variables, and regular expressions
β€’ Conditional statements, method use, classes, and exception handling
β€’ Methods for the BasicObject, Object, Kernel, String, Array, and Hash classes
β€’ Time formatting directives
β€’ New syntax since Ruby 1.9

✦ Subjects


Ruby; Object-Oriented Programming


πŸ“œ SIMILAR VOLUMES


Ruby Pocket Reference
✍ Michael James Fitzgerald πŸ“‚ Library πŸ“… 2007 πŸ› O'Reilly Media 🌐 English

<div><p>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

Ruby Pocket Reference
✍ Michael James Fitzgerald πŸ“‚ Library πŸ“… 2007 πŸ› O'Reilly 🌐 English

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 str

Regular Expression Pocket Reference: Reg
✍ Tony Stubblebine πŸ“‚ Library πŸ“… 2007 πŸ› O'Reilly Media 🌐 English

Trying to remember the subtleties of all of the different implementations of regex is no longer a problem with this around. Whip it out and instantly you've got access to all of the meta-characters, etc., etc., etc. What more can I say?

Grep Pocket Reference (Pocket Reference
✍ John Bambenek, Agnieszka Klus πŸ“‚ Library πŸ“… 2009 πŸ› O'Reilly Media 🌐 English

This little book is everything a pocket reference should be. grep and egrep are not hard to use, but there are quite a few valid combinations of options, and this book pretty much covers them all. If you want to find expressions in one or more files, this is the tool to use. It's easy to forget ever