From 1aa59ffeee567e12c5fd19c4c291430683f5236e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 11 Oct 2025 15:31:44 +0300 Subject: Update content for html --- ...2025-10-11-the-well-grounded-rubyist-notes.html | 18 ++++++++++++++++++ gemfeed/atom.xml | 22 +++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.html b/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.html index e9eba28d..f664a8d2 100644 --- a/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.html +++ b/gemfeed/2025-10-11-the-well-grounded-rubyist-notes.html @@ -17,6 +17,23 @@
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


@@ -239,6 +256,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
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 22dc3466..a4353b72 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