Authors: Stefan Lang
License: ...
Summary: Python style decorators for Ruby, some common decorators like
private_method are provided out of the box.
Decorators that come with the decorate library:
* Decorate::PrivateMethod
* Decorate::ProtectedMethod
* Decorate::PublicMethod
* Decorate::ModuleMethod
*...