BabySqueel v1.1.2 Release Notes
Release Date: 2017-03-21 // over 5 years ago-
🛠 Fixed
- 🛠 Check if a reflection has a parent reflection before comparing them. This fixes #56.
🔨 Refactored
- The logic encapsulated in
#method_missing
and#respond_to_missing?
was difficult to follow, because it was falling back tosuper
, sometimes going up the inheritance tree multiple levels. The addition ofBabySqueel::Resolver
now handles this a little more gracefully.