[DRAFT] Pattern Discovery #1: Null Object and Visitor Matthew Trefilek published on March 01, 2020 1 min, 21 words Categories: Patterns Tags: post patterns rust ruby draft In order to introduce the Visitor Pattern, we will first work with the Null Object Pattern. def vist() puts end