Cracking the Box Open with Module Factories
This post discusses a very useful feature that only a few Ruby programmers know: the module factory. Let’s dig into the object model to acknowledge how modules work under the hood, then walk through some possible use cases of modules and how these compare to module factories.
Post a comment