Strung Ruby

Ruby's facilities for working with strings are second to none. Learn how to leverage that power in searching, replacing, parsing, and transforming …

Interpolation over Concatenation

Why do Ruby programmers use so much String interpolation where other devs might prefer concatenation? Join Jessitron and Avdi for a dialog on language…

Composed Regex

Regular expressions can quickly grow to be large, dense, and impenetrable. In today’s episode you’ll learn how Ruby helps you compose them out of …

StringIO Test Fake

Today we learn about how the StringIO class can help us test methods that work with files.

StringIO

After many passing mentions, StringIO finally gets its own episode!

Integer To String, Part 2

In the thrilling conclusion to Part 1, we generalize our solution and discuss algorithm-solving strategy.