Module: Virtuatable::Enhancers

Defined in:
lib/virtuatable/enhancers.rb,
lib/virtuatable/enhancers/base.rb,
lib/virtuatable/enhancers/helpers.rb,
lib/virtuatable/enhancers/helpers/declarations.rb

Overview

The enhancers are the equivalent of a decorator. It provides a simple system to add features to a class without reopening or altering the said class.

Author:

Defined Under Namespace

Modules: Helpers Classes: Base