Decorator pattern

suggest change

Remarks

The Decorator pattern allows you to add or modify behavior of objects in a situational way without affecting the base object.

This can be achieved though plain Ruby using the stdlib, or via popular gems such as Draper.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Decorator pattern:
*Decorator pattern

Table Of Contents
41Decorator pattern
55CSV