All Posts tagged as "pattern-matching"

An Introduction to Pattern Matching in Ruby

This post looks at the new pattern matching support for Ruby 2.7+ and how we can use it to make our code more readable.

Read