Today we'll refactor some real-world business logic for clarity and ease of debugging.
Month: December 2014

Episode #267: Kernel Open with Rob Miller
In this guest episode, Rob Miller shows off some super powers of Ruby's Kernel#open.

Episode #266: Pattern Matching
Ever wanted to have fancy pattern-matching in Ruby like that found in languages like Erlang or Elixir? Well, today we'll construct the ability to do just that!

Episode #264: Destructuring
Today's special is a demonstration of how we can use Ruby's built-in "destructuring" capabilities to simplify complex assignments.

Episode #263: Immutable Enumerators with Tom Stuart
In today's special guest episode, Tom Stuart shows us the benefits of using enumerators as immutable collections.

Episode #262: Advanced Next
Continuing our discussion of the next keyword, today we'll look at some advanced usages.

Episode #261: Next
Today's episode introduces the next keyword, and how we can use it to control the result of loop iterations.

Episode #260: Regex Capture Groups with Nell Shamrell
Guest chef Nell Shamrell shares an intro to working with regex capture groups in this episode.