Ruby
Writing Your Own Ruby DSL
Have you ever wanted to write your own domain specific language in Ruby? Join me as we learn how to do it!
Tags:
Ruby
Toby Chin
Toby Chin
6 min read
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