Cattri: The Ruby DSL for Clean, Scalable Class and Instance Attributes
GitHub: https://github.com/bnlucas/cattri Ruby gives us tools like attr_accessor, and Rails builds on this with class_attribute, cattr_accessor, and more—but if you’ve ever wrestled with their inconsistencies around visibility, subclassing, or defaults, Continue reading Cattri: The Ruby DSL for Clean, Scalable Class and Instance Attributes
