I'm a beginner at the Ruby language, having programmed in ASM,C,Java and PHP before. I've skimmed or partially read quite a few Ruby books. I settled on this book after my partial reads of the others and finding them a bit hard to grasp. The topics and syntax was just not sticking very well. Many
The Well-Grounded Rubyist
β Scribed by David A. Black, Joseph Leo III
- Publisher
- Manning Publications
- Year
- 2019
- Tongue
- English
- Leaves
- 584
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
The Well-Grounded Rubyist, Third Edition is a beautifully written tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion. Ruby masters David A. Black and Joe Leo distill their years of knowledge for you, concentrating on the language and its uses so you can use Ruby in any way you choose. Updated for Ruby 2.5.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Designed for developer productivity, Ruby is an easy-to-learn dynamic language perfect for creating virtually any kind of software. Its famously friendly development community, countless libraries, and amazing tools, like the Rails framework, have established it as the language of choice for high-profile companies, including GitHub, SlideShare, and Shopify. The future is bright for the well-grounded Rubyist!
About the book
The Well-Grounded Rubyist is a thoroughly revised and updated edition of the best-selling Ruby for Rails. In this new book, expert author David A. Black moves beyond Rails and presents a broader view of Ruby. It covers Ruby 1.9, and keeps the same sharp focus and clear writing that made Ruby for Rails stand out.
It's no wonder one reader commented: "The technical depth is just right to not distract beginners, yet detailed enough for more advanced readers."
What's inside
Crystal clear examples and explanations of core Ruby topics
Starts at the very beginning and guides you to confident proficiency
Updated for Ruby 1.9
Prepares you to use Ruby anywhereβnot just with Rails
About the author
David A. Black has been programming in Ruby since 2000. He is the owner and director of the consultancy Ruby Power and Light, LLC, and a director of Ruby Central, Inc. David is a Ruby library contributor, and an expert practitioner and trainer in the Ruby language and the Ruby on Rails development framework.
β¦ Table of Contents
PART 1 RUBY FOUNDATIONS
Bootstrapping your Ruby literacy
Objects, methods, and local variables
Organizing objects with classes
Modules and program organization
The default object (self), scope, and visibility
Control-flow techniques
PART 2 BUILT-IN CLASSES AND MODULES
Built-in essentials
Strings, symbols, and other scalar objects
Collection and container objects
Collections central: Enumerable and Enumerator
Regular expressions and regexp-based string operations
File and I/O operations
PART 3 RUBY DYNAMICS
Object individuation
Callable and runnable objects
Callbacks, hooks, and runtime introspection
Ruby and functional programming
π SIMILAR VOLUMES
I'm a beginner at the Ruby language, having programmed in ASM,C,Java and PHP before. I've skimmed or partially read quite a few Ruby books. I settled on this book after my partial reads of the others and finding them a bit hard to grasp. The topics and syntax was just not sticking very well. Many
<DIV><p><i>The Well-Grounded Rubyist</i> takes you from interested novice to proficient practitioner. It's a beautifully written tutorial that begins with the basic steps to get your first Ruby program up and running and goes on to explore sophisticated topics like callable objects, reflection, and
Summary The Well-Grounded Rubyist, Third Edition is a beautifully written tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion. Ruby masters David A. Black and Joe Leo distill their years of knowledge for you,
DESCRIPTION Developers discovering Ruby quickly learn that this elegant object-oriented language is a powerful alternative to traditional static languages like Java or C++. It runs in most operating environments and can handle virtually any programming task you throw at it. Ruby code is clean and cl