RubyGems.org

decorate

0.3.0

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 * Decorate::Memoize Helpers to create your own decorators: * Decorate::AroundDecorator * Decorate::BeforeDecorator

installgem install decorate
Authors

Stefan Lang

545 total downloads 545 for this version
Owners

2d532341317628fbb2cb22ec427a1d62

Gemfile
gem "decorate", "~> 0.3.0"
Versions
  1. 0.3.0 January 30, 2011
Development Dependencies
  1. hoe >= 2.8.0