Sign in Sign up
rubygems

adornable

Adornable provides the ability to cleanly decorate methods in Ruby. You can make and use your own decorators, and you can also use some of the built-in ones that the gem provides. _Decorating_ methods is as simple as slapping a `decorate :some_decorator` above your method definition. _Defining_ decorators can be as simple as defining a method that yields to a block, or as complex as manipulating the decorated method's receiver and arguments, and/or changing the functionality of the decorator based on custom options supplied to it when initially applying the decorator.

Activity

Latest release
3y ago
Total releases
9
Cadence
~2 days
Last 12 months
0

Details

License
MIT
First release
Feb 12, 2021
Releases
Version Released
1.3.0 minor
1.2.1 patch
1.2.0 minor
1.1.0 minor
1.1.1 patch
1.0.2 patch
1.0.3 patch
1.0.1 patch
1.0.0 initial