Ruby Pocket Reference
β Scribed by Michael Fitzgerald
- Publisher
- OβReilly Media
- Year
- 2015
- Tongue
- English
- Leaves
- 224
- Edition
- 2
- Category
- Library
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
<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
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
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?
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