Ruby: Classes, Modules, and Mixins July 27th 2013
Below is a short review of classes and modules. This post is written so I can cement these concepts for myself. The source material is Metaprogramming Ruby and is mainly a rephrasing of concepts from it. If you would like to understand more, I recommend the book.
Objects
Starting for the bottom, the most basic unit is, …