From 1f96586adf10e907f3b97d802279a94a985df095 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 11 Oct 2025 15:31:46 +0300 Subject: Update content for gemtext --- .../2025-10-11-the-well-grounded-rubyist-notes.gmi | 17 +++++++++++++++++ gemfeed/atom.xml | 22 +++++++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.gmi b/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.gmi index 7539433a..1d059db5 100644 --- a/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.gmi +++ b/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.gmi @@ -4,6 +4,22 @@ Some time ago, I wrote about my journey into Ruby and how "The Well-Grounded Rubyist" helped me to get a better understanding of the language. I took a lot of notes while reading the book, and I think it's time to share some of them. This is not a comprehensive review, but rather a collection of interesting tidbits and concepts that stuck with me. +## Table of Contents + +* ⇢ Key Takeaways from The Well-Grounded Rubyist +* ⇢ ⇢ The Object Model +* ⇢ ⇢ ⇢ Everything is an object (almost) +* ⇢ ⇢ ⇢ The `self` keyword +* ⇢ ⇢ ⇢ Singleton Methods +* ⇢ ⇢ ⇢ Classes are Objects +* ⇢ ⇢ Control Flow and Methods +* ⇢ ⇢ ⇢ `case` and the `===` operator +* ⇢ ⇢ ⇢ Blocks and `yield` +* ⇢ ⇢ Fun with Data Types +* ⇢ ⇢ ⇢ Symbols +* ⇢ ⇢ ⇢ Arrays and Hashes +* ⇢ ⇢ Final Thoughts + => ./2021-07-04-the-well-grounded-rubyist.gmi My first post about the book. ## The Object Model @@ -199,6 +215,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) Other Ruby-related posts: +=> ./2025-10-11-the-well-grounded-rubyist-notes.gmi 2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this) => ./2021-07-04-the-well-grounded-rubyist.gmi 2021-07-04 The Well-Grounded Rubyist => ../ Back to the main site diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 264191d1..f8ec31a4 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-10-11T15:25:15+03:00 + 2025-10-11T15:30:19+03:00 foo.zone feed To be in the .zone! @@ -20,8 +20,27 @@

Key Takeaways from The Well-Grounded Rubyist



+Published at 2025-10-11T15:25:14+03:00
+
Some time ago, I wrote about my journey into Ruby and how "The Well-Grounded Rubyist" helped me to get a better understanding of the language. I took a lot of notes while reading the book, and I think it's time to share some of them. This is not a comprehensive review, but rather a collection of interesting tidbits and concepts that stuck with me.

+

Table of Contents


+
+
My first post about the book.

The Object Model


@@ -244,6 +263,7 @@ p hash.values_at(:a, :c)
Other Ruby-related posts:

+2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this)
2021-07-04 The Well-Grounded Rubyist

Back to the main site
-- cgit v1.2.3