Ruby Module Introspection
Coding a gem for inspecting module structure in Ruby Jul 26 2016
https://github.com/brett-richardson/ast_guidelinesThe AST Guidelines ruby gem gem analyses Ruby module heirarchies to ensure you do not violate bounded context design.
A bounded context is a concept of domain driven design which dictates the design of complex software systems.