Programming

Using a Custom RSpec Matcher to Check Hash Contents
Have you ever needed to use a unit test to validate some deeply nested data? Here is my experience and how I accomplished it.
Toby Chin

Toby Chin
5 min read
Ruby Returns, Conditionals, and the 'and' Keyword
A look into how `and` and `or` works in the Ruby language.
Toby Chin

Toby Chin
3 min read