#773 — October 30, 2025 Read on the Web Ruby Weekly Frozen String Literals: Past, Present, Future? — You’ll either have written or seen # frozen_string_literal: true at the top of numerous Ruby files, but why is it there, what does it do, and is it always going to be necessary? Jean explains all in quite some depth. Jean Boussier Parsing: How Ruby Understands Your Code — Pat, working on a new version of his popular Ruby Under a Microscope book, is sharing excerpts as he goes, inc...